如何在没有“index.php”的情况下获取 Url在静态块中?

发布于 2024-11-03 12:56:02 字数 167 浏览 0 评论 0原文

当我使用: {{store url="forum"}} 时,结果是:www.domain.com/index.php/forum。我想要不带index.php的网址。即www.domain.com/forum。我需要改变什么才能让它发挥作用?

When I use: {{store url="forum"}} it results in: www.domain.com/index.php/forum. I want the url without index.php .i.e. www.domain.com/forum. What do I need to change for this to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

合约呢 2024-11-10 12:56:02

这就是你需要使用的:

{{config path="web/unsecure/base_url"}}

我希望这对你有帮助

this is what you need to use:

{{config path="web/unsecure/base_url"}}

i hope this was helpful

み青杉依旧 2024-11-10 12:56:02

对最后一个答案感到抱歉...我误解了你的问题。

有多种方法可以实现您想要的目标。

  1. 您可以通过转到“系统”>“更改基本 URL”配置>>网页>安全的
    和系统>配置>>网页>不安全(这可能会产生影响,必须谨慎使用!!!)
  2. 您可以继续按原样使用基本 URL 并解决它。

如果您能解释一下您的具体问题,我想我将能够帮助您。
请随意回复
祝你好运

sorry about the last answer...i misunderstood your question.

there are a number of ways to accomplish what you want.

  1. you can change the base URL by going to SYSTEM > CONFIGURATION > WEB > SECURE
    and SYSTEM > CONFIGURATION > WEB > UNSECURE respectfully (this might have repercussions and must be used carefully!!!)
  2. you can continue to use the base URL the way it is and work around it.

if you can explain what your specific problem i think i'll be able to help you.
feel free to respond
good luck

热血少△年 2024-11-10 12:56:02

转到系统>配置>网页>搜索引擎优化并确保“使用 Web 服务器重写”设置为“是”。

Go to System > Configuration > Web > Search Engines Optimization and ensure "Use Web Server Rewrites" is set to "Yes".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文