Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.*)$ index.php?!=$1 [QSA,L]
  6.  
  7. localhost - - [26/Mar/2017:21:30:08 +0300] "GET /books/ HTTP/1.1" 404 204
  8.  
  9. RewriteEngine On
  10. RewriteBase /
  11.  
  12. RewriteEngine On
  13. Options +FollowSymlinks
  14. RewriteBase /
  15. RewriteRule ^.htaccess$ - [F]
  16.  
  17. ServerName localhost:80
  18. <Directory />
  19. AllowOverride All
  20. Require all granted
  21. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement