kferran/2020/master/.htaccess - Htaccess File

kferran/2020/master/.htaccess

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase http://http://192.168.1.120/2020/C5/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule ^(.*)$ index.php
</IfModule>
# -- concrete5 urls end --

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache