Index html error 404

This forum is for issues with installing Joomla! 2.5 (All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5.) on IIS webservers.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
webbait89
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Mar 17, 2014 9:44 am

Index html error 404

Post by webbait89 » Mon Mar 17, 2014 9:48 am

Hello guys,
when I write this link
www.mysite.it/en/index.html
www.mysite.it/it/index.html

instead of going on

www.mysite.it/it/
www.mysite.it/en/

they link to a 404 page!?
Can somebody help me please.
Thanks

User avatar
EivindJ
Joomla! Explorer
Joomla! Explorer
Posts: 411
Joined: Mon Nov 17, 2008 12:16 pm
Location: Drammen
Contact:

Re: Index html error 404

Post by EivindJ » Mon Mar 17, 2014 11:31 am

That's simply because Joomla! doesn't have index.html, but index.php. If you need index.html to work you need to add them as redirects to index.php, e.g. using htaccess or a component like ReDJ (http://extensions.joomla.org/extensions ... ction/7189)
Trond Eivind Johnsen

[ lei en Joomla!-ekspert på www.exentra.no ]

andrewebs
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Mar 17, 2014 2:40 pm
Contact:

Re: Index html error 404

Post by andrewebs » Mon Mar 17, 2014 2:52 pm

what about for a website on nginx server ( no .htaccess file ). ? i`m planning to move from the current DLE platform to Joomla and the hosting server i have is on nginx. the site is

Code: Select all

http://onchannel.net

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24974
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Index html error 404

Post by pe7er » Mon Mar 17, 2014 3:53 pm

andrewebs wrote:what about for a website on nginx server ( no .htaccess file ). ? i`m planning to move from the current DLE platform to Joomla and the hosting server i have is on nginx. the site is

Code: Select all

http://onchannel.net
I have running various Joomla sites on Nginx webserver without problems, including SEF URLs.
Nginx does not use Apache's .htaccess overrides, but you can add some code to the virtual domain configuration of your website (probably located in /etc/nginx/sites-available/your-virtual-domain

Code: Select all

# Support Clean (aka Search Engine Friendly) URLs
        location / {
                try_files $uri $uri/ /index.php?$args;
        }
More info about running Joomla on Nginx: http://docs.joomla.org/Nginx
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com


Locked

Return to “Joomla! 2.5 on IIS webserver”