gnucash-htdocs master: Revert "Bug 797340 - https"

John Ralls jralls at code.gnucash.org
Sun Aug 11 13:07:48 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/79e8bea4 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/3a3bbf56 (commit)



commit 79e8bea496b97038087db19443b4ff3bdcbd97ec
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 11 10:07:20 2019 -0700

    Revert "Bug 797340 - https"
    
    This reverts commit 3a3bbf56ff0c3554ab841e6964945478aac190ec.
    Rewrite causes a webserver error.

diff --git a/.htaccess b/.htaccess
index 4be5468..b80c519 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,12 +8,6 @@ AddType application/x-httpd-php .phtml
 # users will get due to external sites linking
 # to obsolete locations.
 
-# Redirect HTTP to HTTPS:
-RewriteEngine On
-RewriteCond %{SERVER_PORT} 80
-RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
-
-
 # The old website was kept here for historical purposes.
 # Any attempt to access it will be redirected to the
 # new site's main page.



Summary of changes:
 .htaccess | 6 ------
 1 file changed, 6 deletions(-)



More information about the gnucash-changes mailing list