Guest User

Untitled

a guest
May 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. SetOutputFilter DEFLATE
  2. ExpiresActive on
  3. ExpiresDefault "access plus 7 days"
  4.  
  5.  
  6. ### SILVERSTRIPE START ###
  7. RewriteEngine On
  8.  
  9.  
  10.  
  11.  
  12. RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
  13.  
  14.  
  15.  
  16. RewriteCond %{REQUEST_URI} ^(.*)$
  17.  
  18. RewriteCond %{REQUEST_FILENAME} !-f
  19.  
  20. RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
  21. ### SILVERSTRIPE END ###
Add Comment
Please, Sign In to add comment