Welcome Guest, Not a member yet? Register   Sign In
Problems with php5 on .httaccess
#4

[eluser]Jelmer[/eluser]
Htaccess errors tend to be very uninformative. The only way to find out which line is causing the error is by removing all and than adding the lines back one by one (or in parts when they're dependent on eachother).

Or you might not be allowed by your server to use "addtype" or "addhandler" in the .htaccess.
On my server there's both PHP4 and 5, I had to change the default PHP4 tot 5 by using this line:
Code:
SetEnv DEFAULT_PHP_VERSION 5


Messages In This Thread
Problems with php5 on .httaccess - by El Forum - 02-19-2010, 09:44 AM
Problems with php5 on .httaccess - by El Forum - 02-19-2010, 11:44 PM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 10:34 AM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 10:45 AM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 11:24 AM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 06:51 PM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 07:39 PM
Problems with php5 on .httaccess - by El Forum - 02-20-2010, 08:18 PM
Problems with php5 on .httaccess - by El Forum - 02-21-2010, 07:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB