Hi
the default php version on my hosting is 4.8 if i just use a "*.php" file extension
if i use a "*.php5" extension it sets the version to php 5.2 which is what i want
I'd read somewhere that you can force the php version by using htaccess, so i made an htaccess file containing the line
SetEnv PHP_VER 5
but that doesn't do anything
if i put gobbledygook in the htaccess file it returns a server error, so htaccess hasn't been disabled
is there something missing from my file ?
thanks