I have a client site written in asp, and I need to 301 redirect some referer URLs to the homepage URL.
I know how to do this on a linux server, but am somewhat lost on Windows.
Any suggestions as to how to do it much appreciated.
I have a client site written in asp, and I need to 301 redirect some referer URLs to the homepage URL.
I know how to do this on a linux server, but am somewhat lost on Windows.
Any suggestions as to how to do it much appreciated.
how you did in linux.
Do you mean simply upload a .htaccess file to the site root, with something like:
Redirect permanent /referrer.php?id=1000 http://www.domain.com
That works on a windows platform??
yeah! .htaccess works in windows too.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.