Page 1 of 1

Testing a web site with xampp installed

PostPosted: 23. February 2012 23:52
by nemetode
I have xampp installed and want to test my web site on the server but, as xampp is installed, every time I do http://localhost all that comes up is xampp.. How do I get round this?

Re: Testing a web site with xampp installed

PostPosted: 24. February 2012 00:13
by JonB
you have to enter the full url

http://localhost/yourfoldername/yourfile.xxx

If you only enter localhost, the index.php will be served, and that is a redirector to the XAMPP welcome page

Good Luck
8)

Re: Testing a web site with xampp installed

PostPosted: 24. February 2012 01:50
by nemetode
JonB wrote:you have to enter the full url

http://localhost/yourfoldername/yourfile.xxx


Nope that doesn't seem to work..

JonB wrote:If you only enter localhost, the index.php will be served, and that is a redirector to the XAMPP welcome page

Good Luck
8)


Well that is a bit stupid - you would think it would pop-up an optional choice...

Re: Testing a web site with xampp installed

PostPosted: 24. February 2012 04:21
by JonB
Well that is a bit stupid - you would think it would pop-up an optional choice...
:shock:

I have no idea what to say...

OK -- I'm wrong -- "that's what happens when you type "www.google.com" - it gets the index page for the ServerRoot as specified in the hierarchy of pages defined in the webserver configuration".

'localhost' is a hostname in DNS...


Good Luck
8)