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.

Member Avatar for GreenDay2001

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??

Member Avatar for GreenDay2001

yeah! .htaccess works in windows too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.