joomla中查询字符串中的问题

时间:2011-09-12 09:19:10

标签: joomla joomla1.5

我已经在Joomla 1.5.20中安装并开发了一个新网站。

当我为以下外部网址创建菜单时。

index.php?option=com_astroservices&task=displayServices&Itemid=54

如果在浏览器地址栏中单击该链接。它显示了这个URL链接。

http://localhost:81/astrology/index.php/component/astroservices/?task=displayServices

但我希望链接显示链接如下:

http://localhost:81/astrology/index.php?oprion=com_astroservices&task=displayServices

任何人都可以帮助我。

2 个答案:

答案 0 :(得分:0)

您已在Joomla中激活了SEF网址。检查Joomla配置对话框,检查根目录中是否有.htaccess文件。

答案 1 :(得分:0)