albertdiones
albertdiones

Reputation: 733

Joomla - Use index.php instead of "/" as homepage

Let:

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

Upvotes: 0

Views: 406

Answers (1)

Farid Rn
Farid Rn

Reputation: 3207

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.

Upvotes: 2

Related Questions