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
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
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)
}
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
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:
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