Advertisement
srikat

Untitled

Aug 13th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteRule . /index.php [L]
  11. </IfModule>
  12. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement