I've installed a phpWiki on an Apache2 server under Win32 on my machine. When I call the first page (http://localhost/) it tries to do the initial setup and once this is done, it redirects to www.localhost.com
If I call the page using the name of the machine (obones), it redirects to www.obones.com. I tried with the IP, I get a "No Data" error message from my browser.
What is wrong with my setup ?
I'm trying to use flat files.
Thanks for the help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nope, localhost definitely is defined in that file.
Further, when I type http://localhost/ it does open the files on my local machine.
The problem I'm having is that the PHPWiki redirection at the end of the initialiasation sends "www.localhost.com" and I don't know why.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I've installed a phpWiki on an Apache2 server under Win32 on my machine. When I call the first page (http://localhost/) it tries to do the initial setup and once this is done, it redirects to www.localhost.com
If I call the page using the name of the machine (obones), it redirects to www.obones.com. I tried with the IP, I get a "No Data" error message from my browser.
What is wrong with my setup ?
I'm trying to use flat files.
Thanks for the help
localhost is not defined in your hosts file
system32/drivers/etc/
127.0.0.1 localhost
so your browser looks for www.localhost.com
Nope, localhost definitely is defined in that file.
Further, when I type http://localhost/ it does open the files on my local machine.
The problem I'm having is that the PHPWiki redirection at the end of the initialiasation sends "www.localhost.com" and I don't know why.