Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flash 在不使用www访问url时阻止站点导航的闪存菜单_Flash_.htaccess_Redirect - Fatal编程技术网

Flash 在不使用www访问url时阻止站点导航的闪存菜单

Flash 在不使用www访问url时阻止站点导航的闪存菜单,flash,.htaccess,redirect,Flash,.htaccess,Redirect,客户的网站上有一个flash导航菜单。当通过www.clientsdomain.com访问网站时,flash nav加载页面中的硬编码链接应正确。当通过url clientsdomain.com访问网站时,网站导航链接无法加载正确的页面,而只是将用户重定向到根域 我假设这可以通过修改.htaccess来解决,但我不知道flash如何处理这些链接 .htaccess: Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOS

客户的网站上有一个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]

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

是的,删除flash菜单是我们为客户提供的另一种选择,创建一个不同的解决方案将符合他的最佳利益。谢谢你的评论,我会重新考虑的