htaccess and Internal Server Error 500
I just rebuilt apachePreviously one of my sites had an .htaccess file in it.
This was just so users could upload files greater than the PHP upload limit. It simply contained:
php_value upload_max_filesize 30M
Anyway, after the apache rebuild, whenever that file exists in the site public_html I get an Internal Server Error! If you delete the file, the site operates fine (except the upload size is reduced).
I have tried rebuilding apache many times (incl changing the version, different options etc) and each time I get the error now.
I dont get it.. Can anyone help?
Cheers!