kaivean/fllddt/master/ot/.htaccess - Htaccess File

kaivean/fllddt/master/ot/.htaccess

RewriteEngine On

RewriteBase /

RewriteRule ^static(.*)$ Public/Home$1 [QSA,PT,L]

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache