Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the tickets before posting? No
Have I read the documentation before posting (which pages?)? No
Joomla! version: (unknown)
PHP version: (unknown)
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Admin Tools version: (unknown)
Description of my issue:
Hi Although everything appears to be working fine, there is a requirement to set the php version for the hosting account. The hoster has provide the following to be activated via .htaccess:
PHP 5.3:
Action php /cgi-php53gd/php
AddHandler php53gd .php
PHP 5.4:
Action php /cgi-php54gd/php
AddHandler php54gd .php
When I have just one of those in a simple .htaccess file, it works fine for either php version.
However, when I copy say the php 5.3 Version into the .htaccessmaker as "own htaccess rules at the beginning of file" and activate that, I get a 500 error and a white screen, both front and backend. It goes away when I delete the generated htaccess file and restore the simple 2 line version. I have checked the generated file and the rules were correctly included.
Any ideas how to overcome this problem?
Regards
David