<![CDATA[Latest posts for the topic "Thiết lập htaccess với nhiều ngôn ngữ"]]> /hvaonline/posts/list/19.html JForum - http://www.jforum.net Thiết lập htaccess với nhiều ngôn ngữ Code:
######################################
Options +FollowSymLinks -MultiViews
RewriteEngine On

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

RewriteBase /

RewriteRule ^features/?$ index.php?main_page=features[QSA,L]
RewriteRule ^features/.*$ index.php?main_page=features[QSA,L]
RewriteRule ^features\?(.*)$ index.php?main_page=features?$1 [QSA,L]
######################################
Cám ơn mọi người nhiều.]]>
/hvaonline/posts/list/45486.html#279932 /hvaonline/posts/list/45486.html#279932 GMT