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 Link to comment https://forums.phpfreaks.com/topic/1255-apache2-is-not-parsing-unless-the-php-extension-is-included/ 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 ? Link to comment https://forums.phpfreaks.com/topic/1255-apache2-is-not-parsing-unless-the-php-extension-is-included/#findComment-4192 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. Link to comment https://forums.phpfreaks.com/topic/1255-apache2-is-not-parsing-unless-the-php-extension-is-included/#findComment-4214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.