alcexhim/Objectify/master/Tenant/.htaccess - Htaccess File

alcexhim/Objectify/master/Tenant/.htaccess

RewriteEngine On

# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /

RewriteRule ^StyleSheets/(.*).css$ lessc.php?filename=$1 [PT,L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?virtualpath=$1 [PT,L,QSA]

Header set "X-Powered-By" "Phast/1.0"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache