You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Firedmint handle any 404 errors.
ErrorDocument 404 /index.php?q=error404
# Make a error output on any 500 errors.
ErrorDocument 500 "<html><head><title>500 Application Error</title></head><body><h1>Application Error</h1><p>The application could not be launched.</p></body></html>"