When I click on the link to go to a php forum on my site (index.php) my browser tries to download the index.php file. I'm running Apache 1.3.22 and PHP 4.3.1 and clodfusion5.
I've already made these changes to my httpd.conf file:
AddType application/x-httpd-php .php
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.cfm index.php
</IfModule>
AddModule mod_php4.c
I've also noticed that when i drop the www. from the front of my URL, everything works fine.
My site is
The URL giving me grief is
Any help is GREATLY appreciated
I've already made these changes to my httpd.conf file:
AddType application/x-httpd-php .php
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.cfm index.php
</IfModule>
AddModule mod_php4.c
I've also noticed that when i drop the www. from the front of my URL, everything works fine.
My site is
The URL giving me grief is
Any help is GREATLY appreciated