uhmcastillo Posted August 12, 2007 Share Posted August 12, 2007 This has been driving me insane, and I can find no documentation anywhere on it. I think that's mainly because I'm not entirely sure how to describe it. So here we go: Running Apache 1.3 Php 4 If you go to the URL: http://mydomain.com/admin If the file admin.html exists in the base directory, and assuming there's no admin directory..... It automatically serves you that file!! How the hell do I turn this off, or configure it? It's driving me insane! This functionality is actually what I desire. I ended up writing a complex rewrite to do it on a dev server, just to find out that this existed on the production system already. Now if I can just control it... If someone could clarify, it will prevent me from setting my server alight... Thanks! -m Quote Link to comment Share on other sites More sharing options...
uhmcastillo Posted August 13, 2007 Author Share Posted August 13, 2007 Ok, so far... no one here seems to know what I'm talking about. Can anyone atleast confirm that their servers have a similar functionality? This is driving me insane, since I can't move forward without figuring this out... Quote Link to comment Share on other sites More sharing options...
steviewdr Posted August 14, 2007 Share Posted August 14, 2007 Put the following in a htaccess file: Options -MultiViews Thats what's causing the issue. FYI - the same happens on my etch server. I had MultiViews included in my vhosts not really knowing what they referred to! Ref: http://www.gerd-riesselmann.net/archives/2005/04/beware-of-apaches-multiviews Orig. Ref: http://www.phpfreaks.com/forums/index.php/topic,146673.0.html -steve Quote Link to comment Share on other sites More sharing options...
uhmcastillo Posted August 14, 2007 Author Share Posted August 14, 2007 OMG, friggin THANK YOU! This has been driving me insane! Cheers! -m Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.