crespyl/cornerfound/master/.htaccess - Htaccess File

crespyl/cornerfound/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_URI}  /content/.+$
RewriteRule .* - [L]

RewriteCond %{REQUEST_URI}  .+.(css|scss)$
RewriteRule .* - [L]

RewriteCond %{REQUEST_URI}  .+.(js)$
RewriteRule .* - [L]

RewriteCond $1 !^(index.php|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Action compile-sass /libs/phpsass/compile-apache.php
AddHandler compile-sass .sass .scss

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache