esparkinfo Posted October 1, 2012 Report Posted October 1, 2012 Hello, I am having a problem in apache server, it doesn't load authomatically the index.html, but in index.php work fine I have this configuration on httpd.conf, i am runnig it on my local computer using windows 7 I have tried this... <IfModule dir_module> DirectoryIndex index.html, index.php </IfModule> but it's not working any more.. i also tried... but failed <IfModule mod_dir.c> DirectoryIndex index.html, index.php </IfModule> but i found the same results... Kindly help me out for the same.. Looking for the help. Thanks,
khanahk Posted October 4, 2012 Report Posted October 4, 2012 Sounds like, possibly, you mis-named your index file to be index.html.txt or something similar? With those Apache directives it should be solid. Do you have 2 index.html's?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now