thanhson1085/toan0001/master/.htaccess - Htaccess File

thanhson1085/toan0001/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /toan0001/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /toan0001/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache