将桌面重定向到移动设备错误

时间:2015-07-10 00:01:59

标签: .htaccess redirect

我创建了一个网页www.m.burdichiro.com/indexM.html,我尝试使用.htaccess文件从我的原始网站www.burdichiro.com重定向移动用户。它不会打开,并且会出现网站不可用的错误,并在地址窗口中显示www.newdomain.com。我可以打开open burdichiro.com/index.html但这会显示我的桌面视图,这对我的手机屏幕来说太大了。这就是为什么我创建了indexM.html但它不会去那里。有什么建议? 这是htaccess中的编码:

RewriteEngine On
# Check for mime types commonly accepted by mobile devices
RewriteCond %{HTTP_ACCEPT} *text\/vnd\.wap\.wml|application\/vnd\.wap\.xhtml\+xml" [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^ http://www.m.burdichiro.com/indexM.html%{REQUEST_URI} [R,L]

0 个答案:

没有答案