bizmobi

Untitled

Aug 13th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Use PHP5 Single php.ini as default
  2. AddHandler application/x-httpd-php5s .php
  3.  
  4. # BEGIN WordPress
  5. <IfModule mod_rewrite.c>
  6. RewriteEngine On
  7. RewriteBase /
  8. RewriteRule ^index\.php$ - [L]
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteRule . /index.php [L]
  12. </IfModule>
  13.  
  14. # END WordPress
Add Comment
Please, Sign In to add comment