commit 7fb8e789d0615cb37fd0cd2c760d46d53e7c7655 parent fab0814b0200bb0865ef90e38507da6ae1af2241 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Fri, 10 May 2024 17:16:15 +0200 Enable RewriteEngine Diffstat:
M | .htaccess | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess @@ -22,4 +22,5 @@ RedirectMatch 404 ^/.bash_history$ IndexStyleSheet /assets/index.css # Workaround: new directory for private repos -RewriteRule ^priv/(.*)$ /prv/$1 [R=301,L] -\ No newline at end of file +RewriteEngine On +RewriteRule ^priv(.*)$ /prv$1 [R=301,L] +\ No newline at end of file