The file is there, but the php extension is causing this - but WHY? I made 2 files, one called fail.txt and one called fail.php - they have nothing but a few letters in them. the txt file works and the php file gives the same 500 error.
I have never seen this before - what would cause this? I can't show this to my client:
Re: 500 internal server error on css files with php extensions
Posted 13 years 7 months ago
I think I solved it - for anyone else finding this thread. The css folder had permissions set to 755, but the PARENT folder 'templates' was set to 777. Server no likey. I changed 'templates' to 755...