Sep 23, 2004 #1 jgtyler MIS Joined Dec 16, 2002 Messages 13 Location US I need to redirect cgi-bin/blah to https://mysite.com/cgi-bin/blah I added to my httpd.conf Redirect permanent /cgi-bin/blah https://mysite/cgi-bin/blah I get a page not found error?
I need to redirect cgi-bin/blah to https://mysite.com/cgi-bin/blah I added to my httpd.conf Redirect permanent /cgi-bin/blah https://mysite/cgi-bin/blah I get a page not found error?
Sep 23, 2004 #2 Wishdiak Technical User Joined Mar 7, 2004 Messages 1,787 Location US jgtyler, Check out mod_rewrite at http://httpd.apache.org/docs/mod/mod_rewrite.html and http://httpd.apache.org/docs/misc/rewriteguide.html and you do have mod_ssl set up and listening on port 443, correct? Wishdiak http://www.wishdiak.com Upvote 0 Downvote
jgtyler, Check out mod_rewrite at http://httpd.apache.org/docs/mod/mod_rewrite.html and http://httpd.apache.org/docs/misc/rewriteguide.html and you do have mod_ssl set up and listening on port 443, correct? Wishdiak http://www.wishdiak.com