Advertisement
Vodkaholic

Untitled

Jun 13th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_FILENAME} -f [OR]
  3. RewriteCond %{REQUEST_FILENAME} -l [OR]
  4. RewriteCond %{REQUEST_FILENAME} -d
  5. RewriteRule ^.*$ - [NC,L]
  6. RewriteRule ^(data|js|styles|install) - [NC,L]
  7. RewriteRule ^.*$ proxy.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement