Page 1 of 1

Error 404

PostPosted: 19. June 2013 00:59
by alicia
I deleted apache manually the restore my PC now try to Make website in joomla and Apache giving me error
Previously I was able to install joomla easily

http://localhost/xampp/myWebsite/installation/index.php
I am trying to install Joomla But getting this error

Error 404
localhost
06/19/13 11:38:47
Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
Please give me the solution
Alicia

Re: Error 404

PostPosted: 19. June 2013 02:22
by CraftyMc
404 means it's having trouble talking to the server, have you made sure your Aphche server is running in the xampp-control panel?

Also when you first extracted xampp to your primary drive usually C:\ did you open your browser and go to http://localhost/xampp to reinstall xampp?

also make sure ports 80 and 443 are forwarded correctly in your router settings.

Re: Error 404

PostPosted: 19. June 2013 02:37
by hackattack142
Hello,

404 means the server is running but the page you requested does not exist.

If your 'myWebsite' folder is in '/xampp/htdocs' then your URL should be http://localhost/myWebsite/installation/index.php

The URL you specified means your 'myWebsite' folder is in '/xampp/htdocs/xampp'

Re: Error 404

PostPosted: 19. June 2013 02:41
by CraftyMc
have you tried the url http://localhost to make sure it's working and if so then you have a misspelling in your link or as the error is saying the location doesn't exist.