[pygtk-web] Try to redirect sub pages to the same index



commit e4e2c2ef08f4d96ad0e66566aaad9ad905ee36a8
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Apr 18 18:24:05 2018 +0200

    Try to redirect sub pages to the same index

 .htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.htaccess b/.htaccess
index 1c4e999..bcd7bee 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,4 +2,4 @@ AddType application/xml;charset=utf-8 .rss
 AddDefaultCharset utf-8
 RedirectPermanent /people.html http://pygtk.org/about.html
 RedirectPermanent /screenshots.html http://pygtk.org/about.html
-Redirect 302 / https://pygobject.readthedocs.io/en/latest/
+RedirectMatch 302 .* https://pygobject.readthedocs.io/en/latest/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]