APaCHe Rewrite: http://manage -> https://manage
Anybody have an Apache rewrite rule laying around that forces all http://www.mysite.org/SomeFolderLikeObject/manage/ requests to https://www.mysige.org/SomeFolderLikeObject/manage/ I can not seem to figure one out that works at all the levels "manage" is applicable. Carl
Carl Robert Blesius writes:
Anybody have an Apache rewrite rule laying around that forces all
http://www.mysite.org/SomeFolderLikeObject/manage/ requests
to https://www.mysige.org/SomeFolderLikeObject/manage/
I can not seem to figure one out that works at all the levels You use an Apache "rewrite" rule to redirect "http" request to some error page.
You use an Apache "rewrite" rule to map "https" URL to URL for the VirtualHostMonster. There are documents about VHM around. Make a Google search.... Dieter
participants (2)
-
Carl Robert Blesius -
Dieter Maurer