Forum: ASP Oct 18th, 2006 |
| Replies: 3 Views: 1,769 Do you mean simply upload a .htaccess file to the site root, with something like:
That works on a windows platform?? |
Forum: ASP Oct 18th, 2006 |
| Replies: 3 Views: 1,769 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... |
Forum: ASP May 3rd, 2006 |
| Replies: 2 Views: 2,381 On a *nix system, you simply add a couple of simple lines of code in a file at the site root named ".htaccess".
So:
Error document 404 /
can tell the server to redirect a user to the... |
Forum: ASP May 3rd, 2006 |
| Replies: 2 Views: 2,381 Hi there -
I need to redirect a site built in .php to a site built in .asp
Trouble is, that's simply going to create lots of 404's which aren't going to help anyone.
I'd like to be able to... |