Hey there, what should the "Permanent URL redirects" in the apache plugin under "Aliases and Redirects" do? It don't work for me because of it create a "RedirectPermanent / https://domain.com/" in the vhost. (redirect1.png) and no browser (just tor ;) ) follow this redirect.
Should't ist be a "redirect permanent" ?
So I changed it to "Redirect Permanent / https://domain.com/" in the vhost and I see i see (redirect2.png) If Ichanged it to "Redirect permanent / https://domain.com/" in the vhost and I see i see (redirect3.png) and if I saved that again (redirect3.png) in the vhost it is "Redirect 301 / "https://domin.com/"
I'am confused! :)
"RedirectPermanent / https://domain.com/" = no redirect "Redirect Permanent / https://domain.com/"= works but looks bad "Redirect permanent / https://domain.com/" = works "Redirect 301 / "https://domin.com/" = works
Comments
Yeah, that looks a little bug-like. I'm assigning to Jamie, as I don't think you're doing anything wrong...it's just not working as intended, maybe due to changes in Apache.
Submitted by JamieCameron on Fri, 08/18/2017 - 19:22 Comment #2
This could be due to a change in the way Apache treats the RedirectPermanent directive.
Which exact Apache version are you running?
Submitted by ghost23 on Tue, 09/12/2017 - 07:34 Pro Licensee Comment #3
Apache version 2.4.10