adding a domain alias
kik said 1 year, 1 month ago:
how can i add a domain alias to point to a sub-folder, using the simple control panel???
for instance, i want http://www.abc.com to point to http://www.mydomain.com/subfolder how do i set this up using simple control panel?
timb said 1 year, 1 month ago:
@kik
You should be able to set this up using these steps:
How do I add a directory to my domain in Simple Control Panel?
Tim B
wayan said 1 year, 1 month ago:
Options outside of Simple Control Panel include an html redirect in index.html at http://www.abc.com, such as
<meta http-equiv=”REFRESH” content=”0;url=http://www.mydomain.com/subfolder”>
Apache’s mod_rewrite in your http://www.abc.com .htacess file.
a 301 status code for permanent redirect
You can learn more about these options with a search, and also consider what you want viewers and search engines to know about the redirect.
7 min expected wait time