apextwin/cms/master/default/.htaccess - Htaccess File

apextwin/cms/master/default/.htaccess

DirectoryIndex index.php
Options +FollowSymLinks
RewriteEngine on
RewriteCond   %{REQUEST_FILENAME}       !-f
RewriteRule   ^(.+) /index.php?uri=$1&%{QUERY_STRING} [L]

RewriteCond %{QUERY_STRING} ^$ 
RewriteRule ^index.php$ / [R=301]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache