[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] ASP engine spinning



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