Re: [users@httpd] https redirection

2011-08-04 Thread Jeroen Geilman
On 2011-08-04 11:35, Ashwin Kesavan wrote: Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Perman

Re: [users@httpd] https redirection

2011-08-04 Thread Ashwin Kesavan
Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 11:08, fedora wrote: I usually do redirections this way: in the web http://abc.com I insert into the tag somewhere in the javascripts for this page I have function redix() { if (window.location.search != "")) window.location.replace("http://"+window.location.search) }

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide certificate installed o

Re: [users@httpd] https redirection

2011-07-30 Thread fedora
I usually do redirections this way: in the web http://abc.com I insert into the tag somewhere in the javascripts for this page I have function redix() { if (window.location.search != "")) window.location.replace("http://"+window.location.search) } // redix suomi On 2011-07-30 08:

[users@httpd] https redirection

2011-07-29 Thread vishesh kumar
Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Server wide certificate installed on server . Can anyone please help in redirection -- http://linuxmantra.com