driveflexfuel
New Member
- Messages
- 159
- Reaction score
- 0
- Points
- 0
First I am sorry if this is not the best place to post this message. I was not sure where to ask.
I installed apache and php on my win XP Pro platform and everything seems to be working ok. I am able to type in Localhost/ and it displays the directory. My problem is it will not load index.php. It will only load the directory contents. I have been racking my brain for hours if someone knows how to fix this please help out.
I have tried changing all htaccess files to htaccess.txt which did nothing
Information from httpd.conf
I also placed a .htaccess file in the directory with this line within it.
If anyone has any ideas I will gladly try them
I installed apache and php on my win XP Pro platform and everything seems to be working ok. I am able to type in Localhost/ and it displays the directory. My problem is it will not load index.php. It will only load the directory contents. I have been racking my brain for hours if someone knows how to fix this please help out.
I have tried changing all htaccess files to htaccess.txt which did nothing
Information from httpd.conf
Code:
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm
</IfModule>
AccessFileName .htaccess
Code:
DirectoryIndex index.php index.html index.htm