jakeyjake Posted October 30, 2003 Share Posted October 30, 2003 I have recently update from apache 1 to apache 2. It used to be the case that i could just type in the file name such as http://localhost/index and it would recognise that the index file was php (or any other file) and parse it. Now however i have to make sure i type the file extension so that the file will be parsed such as http://localhost/index.php this is a rather annoying situation. I have updated httpd.conf with: AddType application/x-httpd-php .php and LoadModule .... can someone point me in the right direction??? Ta Quote Link to comment Share on other sites More sharing options...
pauper_i Posted October 30, 2003 Share Posted October 30, 2003 Did you update the directory index: DirectoryIndex index.php index.html index.html.var ? Quote Link to comment Share on other sites More sharing options...
jakeyjake Posted November 2, 2003 Author Share Posted November 2, 2003 yer mate... all changed... i really have no idea whats going on... its not really a massive problem.... maybe its better in terms of security but i just got used to it with apache 1.3. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.