Forum Moderators: phranque
# Set up cache Control headers
ExpiresActive On
# Default - Set http header to expire everything 1 week from last access, set must-revalidate
ExpiresDefault A604800
Header append cache-Control: "must-revalidate"
# Apply a customized cache-Control header to frequently-updated files
<FilesMatch "^(testŠeval)\.html$">
ExpiresDefault A1
Header unset cache-Control:
Header append cache-Control: "no-cache, must-revalidate"
</FilesMatch>
</FilesMatch>
<FilesMatch "^robots\.txt$">
ExpiresDefault A7200
</FilesMatch>
error message I receive...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@pixelphish.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Thank You
Aaron Danker