diff --git a/.htaccess b/.htaccess index 2f71848..f929c38 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,14 @@ + + RewriteEngine On + +RewriteRule ^README.md$ Home.md [L] + RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] + + Header set Cache-Control "max-age=86400, public" diff --git a/_sidebar.md b/_sidebar.md index 096454c..0a11fb7 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,4 +1,15 @@ * **Introduction** - * [Welcome](/Home.md) + * [Home](README.md) * [How to Install](🔧-How-to-Install.md) + * [How to Update](🆙-How-to-Update.md) + * [Notification Methods](Notification-Methods.md) + +* **Advanced** + * [Reverse Proxy](Reverse-Proxy.md) + * [Environment Variables](Environment-Variables.md) + * [Cloudflare Side Note](Cloudflare-Side-Note.md) + * [Prometheus Integration](Prometheus-Integration.md) + +* **Tools** + * [Reset Password via CLI](Reset-Password-via-CLI.md) diff --git a/index.php b/index.php index bbd9c6d..0bc9595 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,7 @@ - - /docs/" /> +