如何将动态URL重定向到静态URL?

时间:2011-12-07 07:04:25

标签: url dynamic url-rewriting

我在 Apache Sever 上使用 Joomla CMS 运行我的网站。我需要为关键字丰富网址重新编写动态网址。

我是url重写的新手,我一直在努力解决这个问题,但却无法成功。在网站上,我使用了关键字富URL进行导航,但我在雅虎发现了这个网址。不知道这个网址是否来了......

我的网址为www.example.com/keyword-rich-url.html,但其他动态网址也被雅虎索引..

动态网址为www.example.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=92

我想将其重新写入www.example.com/keyword-rich-url.html并将此动态网址重定向到网站本身使用的网址,即http://www.example.com/keyword-rich-url.html

我试过这段代码

RewriteRule ^index.php?option=com_content&view=category&layout=blog&id=61&Itemid=92$ http://www.example.com/keyword-rich-url.html [R=301,L] 

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

在发布问题之前,请自行研究并阅读Joomla文档。

检查Joomla Administration中的“全局配置”部分。 SEO重写有选项。正确设置它们并确保在Joomla安装的Web根目录中将 htaccess.txt 重命名为 .htaccess