jan_flanders

Untitled

Jul 25th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <FilesMatch "^([_a-z0-9A-Z-])+$">
  2. RewriteEngine On
  3. RewriteRule (.*) /index.n
  4. </FilesMatch>
  5.  
  6. <FilesMatch "^file$">
  7. RewriteEngine Off
  8. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment