I want to redirect an url from the form :
- /cgi-sys/suspendedpage.cgi/
to the form :
I tried this but did not work
Redirect 301 /cgi-sys/suspendedpage.cgi/ http://www.domain.com/
Is there a way to redirect it?
I want to redirect an url from the form :
to the form :
I tried this but did not work
Redirect 301 /cgi-sys/suspendedpage.cgi/ http://www.domain.com/
Is there a way to redirect it?
I suspect it doesn't like the trailing '/'. Try this:
Redirect 301 /cgi-sys/suspendedpage.cgi http://www.domain.com/