Posted on 10 May 2010 by Abidoon
I have a directory www.site.com/files
In that directory is the file index.php, how do I make Apache automatically open that file like it does with index.html.
I have php installed.
Tags | Apache, file, files, Index, PHP, recognize, Server, Website
go see the place that fixes computers in ur town
1. Open your httpd.conf file 2. Find the line starting with keyword “DirectoryIndex” 3. Add index.php to that line 4. Reboot apache
Click here to cancel reply.
Name (required)
Mail (will not be published) (required)
Website
go see the place that fixes computers in ur town
1. Open your httpd.conf file
2. Find the line starting with keyword “DirectoryIndex”
3. Add index.php to that line
4. Reboot apache