|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
/ character required on apache
I recently installed win2k and apache web server - everythink is fine except that url's of the form http://domain.net/user are not displayed (page not found) whereas those of the form http://domain.net/user/ work as expected.
Does anyone know why this is happenning and/or the corrective step I can take to remedy the situation? It's not critical but a minor nuciance and I'm curious. Thanks in advance for any assistance Peter |
|
#2
|
|||
|
|||
|
RE: / character required on apache
I have seen this before when my apache server had a wrong hostname in its config file
If you do http://domain.net/user apache will redirect the browser to http://hostname.configured.in.config/user/ IE will not show this in the address bar and just give an error |
|
#3
|
|||
|
|||
|
RE: / character required on apache
Oh, right on.
it's the ServerName line in httpd.conf if anyone is interested (in Apache 1.3.7 this is around line 290). I changed mine to ServerName xxx.xxx.xxx.xxx with the ip of my machine and now everything works fine. Thank you!! |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > / character required on apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|