Guest User

Untitled

a guest
Mar 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. test.com/libs/css/main.css
  2.  
  3. test.com/libs.php
  4.  
  5. test.com/libs/test/test/test
  6.  
  7. <IfModule mod_rewrite.c>
  8. RewriteEngine On
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteCond %{DOCUMENT_ROOT}/index.php -f
  12.  
  13. RewriteRule ^(.*)$ /index.php?path=$1 [QSA]
  14. </IfModule>
Add Comment
Please, Sign In to add comment