Quote:
Originally Posted by VIPimp
thanks that worked too but it also redirects the typeins to the domain that dont have anything after .com/
I got Fris's code to work by adding a - after the 9 in the rewrite rule... RewriteRule ^([a-z0-9 -]+)
do you know what line I should put if I want the regular typeins redirected to a whole other site such as just www.yahoo.com ?
|
Code:
RedirectMatch 301 ^/*$ http://www.yahoo.com/
RedirectMatch 301 ^/(.*)$ http://static.askapache.com/$1