![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Configuring snmpd.conf and snmptrapd.conf | jagdish.machhi@ | UNIX for Advanced & Expert Users | 2 | 04-17-2008 03:01 PM |
| Python & httpd.conf settings | thumper | UNIX for Dummies Questions & Answers | 0 | 12-12-2007 11:43 AM |
| Apache 2 httpd.conf empty | sspirito | Ubuntu | 2 | 08-06-2007 11:09 AM |
| Apache httpd.conf <VirtualHost> issue | Spetnik | UNIX for Dummies Questions & Answers | 5 | 07-01-2003 01:35 PM |
| httpd.conf - stumped | Cameron | IP Networking | 2 | 04-25-2002 05:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
defaults httpd.conf
I have found in the httpd.conf where it it states the default parse pages like index.htm, index.html, index.php and etc....However, my computer box does not seem to want to automatically load the index.php files. Anyone have any ideas?
|
|
||||
|
correct me if i am wrong but isnt php a module you have to add in and or compile into the httpd? im speaking about apache which is what i assume u are running. If it is already in the httpd you might need to add the php extention to the hpptd.conf file so it knows to look for those pages also.
|
|
||||
|
what do you have for this:
Code:
# # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.html |
|
||||
|
DirectoryIndex index.php index.html index.htm index.shtml
ServerSignature email SSLEngine on this what i have , but it still dows not auto parse and display any index.* file eccept index.html what do you have for this: Code:
# # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.html |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|