Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. RewriteEngine on
  2. Options +FollowSymLinks
  3. RewriteBase /
  4.  
  5. RewriteRule !(.ttf|.eot|.woff|.xpi|.xml|.txt|.air|.exe|.zip|.pdf|.ico|.gif|.jpg|.png|.jpeg|.js|.swf|.css|.php|.html)$ mod_rewrite_redirector.php [L]
  6.  
  7. RewriteRule !.[a-zA-Z0-9]{2,4}$ mod_rewrite_redirector.php [L]
  8.  
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteRule . mod_rewrite_redirector.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement