闪存菜单在访问没有www的网址时阻止网站导航

时间:2011-02-11 22:17:05

标签: flash .htaccess redirect

客户在他的网站上有一个Flash导航菜单。当通过www.clientsdomain.com访问该站点时,flash nav中的硬编码链接正确加载页面。通过url clientsdomain.com访问网站时,网站导航链接无法加载正确的网页,而只是将用户重定向到根域。

我认为这可以通过更改.htaccess来修复,但我不知道flash如何处理这些链接。

htaccess的:

Options +FollowSymLinks

RewriteEngine on

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

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/ RewriteRule ^(.*)index\.html$ http://clientdomain.com/$1 [R=301,L]

1 个答案:

答案 0 :(得分:0)

我认为这里的真正解决方案是不使用闪光灯进行导航。是否真的没有css效果,或jquery插件将实现这种效果?是否值得疏远搜索引擎,移动设备,视障人士和浏览器版本的缺陷?请重新考虑。