[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] ASP engine spinning
- Subject: RE: [cobalt-users] ASP engine spinning
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Oct 9 06:31:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> In the mean time, I grabbed all the .asp pages from the
> server logs, and added them as 301 redirects in .htaccess to
> the main index page of the site - but that doesn't mean I
> have caught them all.
>
> Can I wildcard them in the .htaccess file to say *.asp direct
> to index.shtml ?
>
> I tried:
>
> redirect 301 /*.asp http://www.blahdomain.com/
>
If they're throwing 301 why not:
ErrorDocument 301 http://www.blahdomain.com/
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.