RE: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
Just wanted to say pair.com upgraded my server today and it went so smoothly I didn't even notice it. They now have PHP4 on my server. pair.com is a great hosting service as long as you don't need hand holding or super quick tech support. Jeff Oien > > I went through this installation process

RE: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
Wow, my server is being upgraded today. I did all that for nothing. How do I undo what I just did? I checked this morning and PHP3 was still in use on my server. That's why I tried to install PHP4. Jeff Oien > Don't reference the absolute path to php4.cgi in your .htaccess it has to be > relative

Re: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Michael Stearne
Don't reference the absolute path to php4.cgi in your .htaccess it has to be relative to the domain. Instead, try: Action application/x-httpd-php-xphp /cgi-bin/PHP2/php.cgi AddHandler application/x-httpd-php-xphp .phtml This is how I got PHP2 back. BUT, if you server is one of the ones that ha