Htaccess File

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

REQUEST_FILENAME
<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>
Exit mobile version