Hi everyboy! I hope someone can help me on this error as I have tried all the possible solutions but none works. I get this error randomly. Most of the solutions suggest to uncomment a Rewrite line on the .htaccess, but it does not work. This is my .htaccess code (it has changed from the original to add Boost module - the error already appeared before installing Boost). Can anybody take a look? I willl really appreciate as I am much far from an expert on this.
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order allow,deny
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Set the default handler.
DirectoryIndex index.php index.html index.htm
# Override PHP settings that cannot be changed at runtime. See
# sites/default/default.settings.php and drupal_environment_initialize() in
# includes/bootstrap.inc for settings that can be changed at runtime.
# PHP 5, Apache 1 and 2.