3 changed files with 21 additions and 5 deletions
@ -1,7 +1,14 @@ |
|||||
|
|
||||
|
|
||||
RewriteEngine On |
RewriteEngine On |
||||
|
|
||||
|
RewriteRule ^README.md$ Home.md [L] |
||||
|
|
||||
RewriteCond %{REQUEST_FILENAME} !-f |
RewriteCond %{REQUEST_FILENAME} !-f |
||||
RewriteRule ^ index.php [QSA,L] |
RewriteRule ^ index.php [QSA,L] |
||||
|
|
||||
|
|
||||
|
|
||||
<FilesMatch "\.(md)$"> |
<FilesMatch "\.(md)$"> |
||||
Header set Cache-Control "max-age=86400, public" |
Header set Cache-Control "max-age=86400, public" |
||||
</FilesMatch> |
</FilesMatch> |
||||
|
@ -1,4 +1,15 @@ |
|||||
|
|
||||
* **Introduction** |
* **Introduction** |
||||
* [Welcome](/Home.md) |
* [Home](README.md) |
||||
* [How to Install](🔧-How-to-Install.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) |
||||
|
Loading…
Reference in new issue