I need to (permanent) redirect all of the following:
(basically everything what's possible)
to:
with using .htaccess.
Anyone out there who can help me out?
(found a few answers using search though)
|
I need to (permanent) redirect all of the following: (basically everything what's possible) to: with using .htaccess. Anyone out there who can help me out? (found a few answers using search though) |
|||
|
|
|
Put this in your
|
|||
|
|
|
To redirect ALL files on your domain use this in your .htaccess file if you are on a unix web server:
|
|||
|
|
|
It would be better to redirect (forward) your domain at your registrar and forward the old domain which includes all sub domains to the new domain. This way your server is not handling all the requests which takes up resources. |
|||
|
|
|
Use an htaccess redirect
|
|||
|
|