1 loobyloo Jan 27, 2015 22:46
3 loobyloo Jan 29, 2015 00:29
Thank you mgsolipa. I will do those steps and report back here once I've tried them.
Cordialiment
4 loobyloo Jan 29, 2015 14:50
Hi @loobyloo,
I'm not clear if your current version is 3.3.3 or if you're just using the .htaccess included in that version. Anyway, please make sure that your hosting provider accepts this kind of tags in that file:
php_flag register_globals Off
php_flag display_errors On
php_value error_reporting E_ALLIf the answer is negative, please comment them by adding a # at the beginnig of each line.
If they do accept those instructions or you keep getting the same error even after commenting the lines, then you need to find out which instruction is producing the error by a trial an error proccess over each line of the whole file.
I really don't see anything weird, except maybe a missing </IfModule> tag at the end of the file, but I guess it was a copy&paste problem. Just to be sure, please check that the tag is actually included at the end of your file.
Regards!
I have the missing </IfModule> tag at the end of the file.
I tried commenting out
php_flag register_globals Off
php_flag display_errors On
php_value error_reporting E_ALL
but still the error occurs. I suppose it's a question of commenting out individual lines now :( That'll keep me busy for a while!
5 loobyloo Jan 29, 2015 15:26
FOUND IT!
AcceptPathInfo On
breaks my site.
Thanks for your help again mgsolipa
Hi @loobyloo,
I'm not clear if your current version is 3.3.3 or if you're just using the .htaccess included in that version. Anyway, please make sure that your hosting provider accepts this kind of tags in that file:
If the answer is negative, please comment them by adding a # at the beginnig of each line.
If they do accept those instructions or you keep getting the same error even after commenting the lines, then you need to find out which instruction is producing the error by a trial an error proccess over each line of the whole file.
I really don't see anything weird, except maybe a missing
</IfModule>
tag at the end of the file, but I guess it was a copy&paste problem. Just to be sure, please check that the tag is actually included at the end of your file.Regards!