Common Errors

500 Internal Server Error #

This can happen when there’s a server misconfiguration or incompatibility with GraffitiSuite’s HTACCESS file. You should check the server’s error logs for more information.

ExpiresActive not allowed here #

GraffitiSuite incorporates header expiration directives in the HTACCESS so that clients cache files from the scripts directory for longer periods, thus reducing the load on your server. For this to work properly, you must have a directive in your site’s configuration file to allow overrides on Indexes. Adding something like the following should clear this issue:

<Directory /path/to/scripts/folder>
    AllowOverride FileInfo Options Indexes
</Directory>