|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
parsing the index.php automatically
hi.
I need to have my apache parse the index.php when i enter a path in "http://myserver/" instead or along the index.html. |
|
#2
|
||||
|
||||
|
Look in your httpd.conf file for the "DirectoryIndex" directive. Add "index.php" to the front of the list of files.
__________________
Please don't PM me asking for solutions outside the scope of a thread. Keeping all responses in a thread stands to help others who come along later, which is after all what this forum's all about. |
|
#3
|
||||
|
||||
|
Oh, and then restart apache.
|
|
#4
|
|||
|
|||
|
You can add an .htaccess file to your root directory. In the file type:
DirectoryIndex index.php
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > parsing the index.php automatically |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|