Let's say I have a domain registered with namecheap.
This domain used to be hosted on some server and it had a website on it, but now I just want to use the registrar's URL forwarding option to redirect it to some URL.
The thing is, namecheap only allows to redirect
http://www.domain.com and
http://domain.com
If I type in
http://www.domain.com/a/b/c.html for example it adds /a/b/c.html to the URL I'm redirecting to and I don't want this. I want it to always redirect to the same URL, no matter what path I use.
any way I can overcome this using the registrar's URL redirect option and without pointing the DNS to my own server and placing a .htaccess file there?