nongrata-volgmed/imcms4/master/.htaccess - Htaccess File

nongrata-volgmed/imcms4/master/.htaccess

AddDefaultCharset UTF-8
# BEGIN IM-CMS 4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule> 
# END IM-CMS 4

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache