• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn Cho em hỏi về tạo tên miền m.choquehuong.com cho web

Status
Not open for further replies.
Sau khi teamview và fix cho bạn thì code chính xác mà mình code là code sau nhé bạn, dán vào .htaccess là ok

Code:
#Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#AllowOverride all

# Buoc truy cap “m.choquehuong.com” cho thiet bi di dong khi truy cap “choquehuong.com” code by tuoitreit.vn
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|symbian|midp|wap|phone|pocket|mobile|pda|psp|googlebot-mobile" [NC]
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.choquehuong\.com [NC]
RewriteCond %{HTTP_HOST} !^m\.choquehuong\.com [NC]
RewriteRule (.*) http://m.choquehuong.com/$1 [R=301,L]
 
Status
Not open for further replies.

Facebook Comments

New posts New threads New resources

Back
Top