Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache will not change to typed in directories.

Status
Not open for further replies.

jdobbs

MIS
Oct 9, 2002
7
US
Hi,

I have finially got a RedHat v.7.3 server running with Apache ( I did this tutorial to get everything loaded up: ). I am having a weird problem though. I can type into IE6 and I get a directory listing of Apache. This I know is because I do NOT have an index.html file created yet. The real problem comes in if I type in ... I get page not found. The images directory is there and I can see it if I just do ... I can enter this directory if I click it from the root of my webserver but not if I type it in. Why is Apache doing this?

RedHat 7.3
Apache v.1.3.27
PHP v.4.2.3
MySQL v.3.23.52
ModSSL v.2.8.11
ModPERL v.1.0
OpenSSL v.0.9.6
Curl v.7.10

Thanks for the help,
Jason Dobbs
 
Nope this is just to change directories say I wanted to goto the client2 folder such as ... When I do this I get page not found. But I found out if I put a trailing '/' I get the page. So to sum up my problem:

Does NOT Work --> Does Work ------>
Anyone have any ideas why?
 
Because "..../client2/" is explicitly a directory, while ".../client2" can be interpreted as a file.

For more information, look for a section titled "Trailing Slash Problem" on this page: ______________________________________________________________________
TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top