joomla 中的查询字符串问题
我已经在 Joomla 1.5.20 中安装并开发了一个新网站。
当我为以下外部 URL 创建菜单时。
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
任何人都可以帮助我。
I have Install and develop a new website in Joomla 1.5.20.
When I have create a menu for the following external url.
index.php?option=com_astroservices&task=displayServices&Itemid=54
If click that link in the browser address bar. it displaying the url link this.
http://localhost:81/astrology/index.php/component/astroservices/?task=displayServices
But i want link display link follows:
http://localhost:81/astrology/index.php?oprion=com_astroservices&task=displayServices
Any one can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您已在 Joomla 内激活 SEF URL。检查 Joomla 配置对话框并检查根目录中是否有 .htaccess 文件。
You have activated SEF URLs inside Joomla. Check the Joomla configuration dialog and check if you have an .htaccess file in the root directory.
这供我参考:
http://www.joomlatutorials.com/joomla-tips-and-tricks/38-joomla-website-management/87-configuring-joomla-sef-urls.html
This is used for my reference:
http://www.joomlatutorials.com/joomla-tips-and-tricks/38-joomla-website-management/87-configuring-joomla-sef-urls.html