我使用Joomla 1.5.14和我配置SEO如下圖中的Joomla - SEO設置和mod_rewrite的
alt text http://i40.tinypic.com/r85pcp.png
現在我需要一些舊的URL映射到新的站點
讓我們說,我需要HTP映射://mysite/old.html到新的Joomla頁面
http://mysite/index.php?option=com_content&view=article&id=32&Itemid=70
我在.htaccess文件中加入以下
RewriteRule ^old\.html$ index.php?option=com_content&view=article&id=32&Itemid=70 #works!!
這工作正常,但如果我使用.htaccess中的SEF URL(假設上面的頁面可以HTP達到:// mysite的/ contacts.html),我得到一個404錯誤
RewriteRule ^old\.html$ contacts.html #this does not work
現在的問題是:
是否有可能使用SEF網址重寫規則?我錯在哪裏?
預先感謝您
斯特凡諾
記住,StackOverflow的是發展問題,爲服務器配置遵循http://serverfault.com/ – balexandre 2010-03-23 14:41:49
好吧(順便說一句:我看到了很多關於mod_rewrite的問題,但無法找到我的問題的解決方案) – Stefano 2010-03-23 14:49:34
這是很好的國際海事組織,它仍然是排序的編程。 – DisgruntledGoat 2010-03-23 15:11:22