team-aries/instant-template/master/.htaccess - Htaccess File

team-aries/instant-template/master/.htaccess

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}index.html -f
RewriteRule ^.*$ it-twigger.php?path=$0index.html [L,QSA]

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.+.html$ it-twigger.php?path=$0 [L,QSA]

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.+.css$ it-lesser.php?path=$0 [L,QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache