Guest User

Untitled

a guest
Apr 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. RewriteEngine On
  2. # RewriteBase /
  3. RewriteCond %{REQUEST_URI} "/pics/" [OR]
  4. RewriteCond %{REQUEST_URI} "/pics/dra/"
  5. Rewriterule (.*) $1 [L]
  6. # RewriteRule ^index\.html$ /index.php [L]
  7. # RewriteRule ^index\.php$ - [L]
  8. # RewriteCond %{REQUEST_URI} !pics/.*$
  9. # RewriteCond %{REQUEST_FILENAME} !-f
  10. # RewriteCond %{REQUEST_FILENAME} !-d
  11. # RewriteRule . /index.php [L]
Add Comment
Please, Sign In to add comment