bamroberts/whatsonqueenstown/master/test/.htaccess - Htaccess File

bamroberts/whatsonqueenstown/master/test/.htaccess

### SILVERSTRIPE START ###
<Files *.ss>
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
</Files>

<Files web.config>
        Order deny,allow
        Deny from all
</Files>

<IfModule mod_alias.c>
        RedirectMatch 403 /silverstripe-cache(/|$)
</IfModule>

<IfModule mod_rewrite.c>
        SetEnv HTTP_MOD_REWRITE On
        RewriteEngine On
        
        RewriteCond %{REQUEST_URI} ^(.*)$
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
</IfModule>
### SILVERSTRIPE END ###
php_value memory_limit 500M
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_input_vars 10000
php_value max_input_nesting_level 20

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, REQUEST_URI

Comments

Apache