Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. DirectoryIndex index.php
  2. AcceptPathInfo on
  3. AllowOverride None
  4. Options None
  5. Order allow,deny
  6. Allow from all
  7. Options +FollowSymLinks
  8. RewriteEngine on
  9. RewriteBase /helloworld/
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule . index.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement