Guest User

Untitled

a guest
Jun 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ## SILVERSTRIPE START ###
  2. <Files *.ss>
  3. Order deny,allow
  4. Deny from all
  5. Allow from 127.0.0.1
  6. </Files>
  7.  
  8. <IfModule mod_rewrite.c>
  9. RewriteEngine On
  10. RewriteBase /Warburton
  11.  
  12. RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
  13.  
  14. RewriteCond %{REQUEST_URI} ^(.*)$
  15. RewriteCond %{REQUEST_FILENAME} !-f
  16. RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
  17. </IfModule>
  18. ### SILVERSTRIPE END ###
Add Comment
Please, Sign In to add comment