Guest User

Untitled

a guest
Jun 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #
  2. # BEGIN WordPress
  3. #
  4. <IfModule mod_rewrite.c>
  5. #
  6. RewriteEngine On
  7. #
  8. RewriteBase /Nirahiel/
  9. #
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. #
  12. RewriteCond %{REQUEST_FILENAME} !-d
  13. #
  14. RewriteRule . /index.php [L]
  15. #
  16. </IfModule>
  17. #
  18.  
  19. #
  20. # END WordPress
Add Comment
Please, Sign In to add comment