Results 1 to 3 of 3

Thread: php3 reading php extension

  1. #1

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353

    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."

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    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

  3. #3

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    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
  •  



Click Here to Expand Forum to Full Width