Guest User

Untitled

a guest
Nov 24th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # -FrontPage-
  2.  
  3. IndexIgnore *
  4.  
  5. # BEGIN WordPress
  6. <IfModule mod_rewrite.c>
  7. RewriteEngine On
  8. RewriteBase /
  9. RewriteRule ^index\.php$ - [L]
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule . /index.php [L]
  13. </IfModule>
  14.  
  15. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment