dzung2t/noithatgo/master/.htaccess - Htaccess File

dzung2t/noithatgo/master/.htaccess

RewriteEngine on

# redirect from non-www to www.*
RewriteCond %{HTTP_HOST} ^([a-z.]+)?noithatgo.pro.vn$ [NC]
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule .? http://www.%1noithatgo.pro.vn%{REQUEST_URI} [R=301,L]

# added for removing index.php
RewriteCond $1 !^(index.php|powercms|images|css|scripts|robots.txt|urllist.txt|sitemap.html|ror.xml|.swf|google848073e2cca0f632.html)
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache