GAGICRC/CNFrameworkSMO/master/Public/.htaccess - Htaccess File

GAGICRC/CNFrameworkSMO/master/Public/.htaccess

DirectoryIndex index.php

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteCond %{HTTP_HOST} ^(.*)$ [NC]
RewriteRule ^(.+)$ index.php?q=$1&s=%1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache