![]() |
|
Customer Support
How do I recreate the "_" symlink that directs
mydomain.com to www.mydomain.com?
If the "_" symbolic link (symlink) to your "www" subdomain has been deleted this is how you can replace it. This symlink, a simple underscore "_" directs users who type mydomain.com to www.mydomain.com. You can, however, easily recreate the necessary symlink. If you'd like to know more about subdomains like "_" and "www" feel free to read this FAQ on creating subdomains.First, Telnet into or create a SSH connection to your account. If you need help with how to do either, please read this FAQ about connecting using a shell prompt.
Once you have a SSH connection open, type the following command to change into the appropriate directory.
cd /htdocs/
Next, type the following command to recreate the missing symlink.
ln -s www _
Once you've done the above, end the connection by typing
exit and hit enter key. You should know be able to reach your domain via either mydomain.com or www.mydomain.com
User-Contributed Notes |
|
| There are no user-contributed notes for this topic. |
Related Questions:
Why does it say "directory not empty" when I try to remove a directory?
How do I create subdomains?
How do I get telnet or SSH access to the server?
What is the real full path to my home directory?
Where do I put my webpages and files?
How do I upload and edit my files?
Can I have a catch-all subdomain?
Why do I keep getting old copies of my pages when I just updated and changed my files?
How do I change my password?
When will my site be activated?
How do I get to one of my subdomains from a temp.modwest.com or secure.modwest.com URL?
Can I switch my domain name or alter my administrator username?
Why do I Get an Error Page When Accessing Webmail with Internet Explorer?
What kind of resource limits do you have for your shared hosting environment?
Can I display a "Secured by RapidSSL" seal on my site?
Browse Categories:Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales |

