Internal Server Error 500 – Drupal on Aruba ISP
Hi all. I have been returned from my honeymoon and i’m back at work. I’ve discovered another trick on configurations of htaccess file for drupal on my provider Aruba.
Thanks to the technical support i found a solution to a problem unexpected: Internal Server Error 500.
My htaccess had a directive that caused the problem:
#Enable expirations.
ExpiresActive On
#Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
# Do not cache dynamically generated pages.
ExpiresByType text/html A1
Comment these lines and all will be good.
Cheers,
D.

