Re: PHP and Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---- R B <rbpphp@xxxxxxxxx> wrote: 
> Hello,
> 
> I´m developing a PHP system that needs one of these lines in the .htaccess,
> depending of the server configuration:
> 
> AddHandler application/x-httpd-php .xyz
> or
> 
> AddHandler application/x-httpd-php4 .xyz
> 
> or
> 
> AddHandler application/x-httpd-php5 .xyz
> 
> How can i detect "on the fly" which line i have to use?

Why not just read the manual and add the appropriate line for your version of PHP ?

Makes the most sense.

Or add all the lines.

Pretty much an Apache list question though.

Wolf

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux