csinitiative/qframe/master/html/.htaccess - Htaccess File

csinitiative/qframe/master/html/.htaccess

SetEnv          QFRAME_ENV development

php_value upload_max_filesize 32M
php_value post_max_size 32M

RewriteEngine   on
RewriteRule     .css$ sass.php [L]
RewriteCond     %{REQUEST_URI} !^.+server-status
RewriteRule     !.(js|ico|gif|jpg|png|css|php|html)$ route.php

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_URI

Comments

Apache