RewriteEngine on # Redirect to pages that were moved to other domain names: RewriteRule ^noruss$ http://www.noruss.no/ [NC,R=301,L] RewriteRule ^noruss/(.*) http://www.noruss.no/$1 [NC,R=301,L] # This is done with mod_rewrite module in Apache 1.3 HTTP server. # See http://httpd.apache.org/docs/mod/mod_rewrite.html # # Note: you may need to use matching pattern with leading slash on other Apache installations: # # RewriteRule ^/noruss$ http://www.noruss.no/ [NC,R=301,L] # RewriteRule ^/noruss/(.*) http://www.noruss.no/$1 [NC,R=301,L]