2pisoftware/cmfive/master/.htaccess - Htaccess File

2pisoftware/cmfive/master/.htaccess

Options +FollowSymLinks

# Add manifest type for cache manifest
AddType text/cache-manifest .manifest

# Turn on the RewriteEngine
RewriteEngine On

#  Rules
RewriteRule c3 index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache