diff --git a/site/static/.htaccess b/site/static/.htaccess index de377bf..2cf8d54 100644 --- a/site/static/.htaccess +++ b/site/static/.htaccess @@ -1 +1,6 @@ +RewriteEngine On + ErrorDocument 404 /404.html + +# Nicer URL for share buttons +RewriteRule ^share/?$ /cgi/share.php [NC,L]