Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Options FollowSymLinks
  2.  
  3. #
  4. # AllowOverride controls what directives may be placed in .htaccess files.
  5. # It can be "All", "None", or any combination of the keywords:
  6. # Options FileInfo AuthConfig Limit
  7. #
  8. AllowOverride All
  9. Require all granted
  10.  
  11. # BEGIN WordPress
  12. <IfModule mod_rewrite.c>
  13. RewriteEngine On
  14. RewriteBase /
  15. RewriteRule ^index.php$ - [L]
  16. RewriteCond %{REQUEST_FILENAME} !-f
  17. RewriteCond %{REQUEST_FILENAME} !-d
  18. RewriteRule . /index.php [L]
  19. </IfModule>
  20.  
  21. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement