问题
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:
- Recommended: Your web-server default index is set to
index.html
file. You can change that based on your web-server (Apache, Nginx, whatever). - 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