minhv1993/hatcai/master/.htaccess - Htaccess File

minhv1993/hatcai/master/.htaccess

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
        # -- concrete5 urls end --

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache