Joomla - Use index.php instead of “/” as homepage

独自空忆成欢 提交于 2019-12-25 02:53:50

问题


Let:

  • test.tld = domain
  • test.tld/index.php = my Joomla home page
  • test.tld/ = a pre-release page (index.html) that isn't Joomla

Now Joomla always wants to go to test.tld/ as homepage so I basically get lost (because it isn't Joomla)

How to set Joomla so that the Menu to homepage is "test.tld/index.php" not assume I want "test.tld/" ?

I already tried making a dummy homepage on an invisible menu so that the "home" on the navigation isn't really a "home"

Is there no better way? Thanks


回答1:


You can solve this issue in two ways:

  1. Recommended: Your web-server default index is set to index.html file. You can change that based on your web-server (Apache, Nginx, whatever).
  2. NOT Recommended: You can disable Rewrite URLs feature in Global Configuration of your site, this will show index.php on every page.


来源:https://stackoverflow.com/questions/24259815/joomla-use-index-php-instead-of-as-homepage

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!