SEO友好的URL问题

时间:2011-08-23 14:12:29

标签: mod-rewrite url-rewriting seo

我在网站上创建SEO友好链接后遇到问题。 这是.htaccess文件代码。

RewriteEngine On

RewriteRule ^www/category/([0-9]+)/(.*?).html$ www/product/productlist.php?category=$1 [L]

很珍贵我有这个链接

http ://www.mysite.com/www/product/productlist.php?category=00136

现在SEO链接就是这个

http ://www.mysite.com/www/category/00136/aprons.html

这工作正常。

并且我的问题是在页面加载后所有其他站点链接也发生了变化。 这些链接现在在网址中有这些额外的行(www / category /) 如何避免这件事。

网站正常链接,如

http ://www.mysite.com/www/content/index.php

现在链接显示

http ://www.mysite.com/www/category/content/index.php

如何避免添加这些文件夹名称 - www / category /

其他链接有这样的短网址 -

a href='../../www/content/index.php'

由于

我真的很感激这个有价值的回应

1 个答案:

答案 0 :(得分:1)

您的链接应以斜杠开头,表示该链接是相对于网站根目录的。

/content/index.php