|
-
Jul 30th, 2002, 07:45 AM
#1
Thread Starter
Hyperactive Member
php3 reading php extension
Is there anyway that I can get php3 understanding the php files with a .php extension and not just a .php3 extension. I only have a few changes that need making to my site, so theres no point in installing php4 at the moment.
Thanks.
ASP, PHP, VB, JavaScript, CSS, HTML, a little C and a little CGI.
Richard Whitehouse.
Join the Footie Predictions League
"Make it idiot proof and someone will make a better idiot."
-
Jul 30th, 2002, 07:54 AM
#2
PowerPoster
As far as I know all you need to do is configure your web server to process php files through PHP
I've got this in httpd.conf for Apache
Code:
AddType application/x-httpd-php .php .php3
so that it does for both
-
Jul 30th, 2002, 08:56 AM
#3
Thread Starter
Hyperactive Member
cheers chrisjk. i should've mentioned in me post before, but i'm using windows nt server, so i can't find this. i've tried copying everything in the registry that php3 is mentioned, to php but that doesn't seem to make any difference.
ASP, PHP, VB, JavaScript, CSS, HTML, a little C and a little CGI.
Richard Whitehouse.
Join the Footie Predictions League
"Make it idiot proof and someone will make a better idiot."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|