Jump to content

can I point my subdomain to a forum I setup in heliohost?


mike.zhang11

Recommended Posts

I have a website hosted somewhere else, the domain name is managed there, too. Now I have set up a forum here in heliohost(great hosting, by the way), so my question is, can I point a subdomain like forum.mydomain.com to myusername.heliohost.org? if so, how?

Thank you.

 

oh, and can it show the content of myusername.heliohost.org while still display forum.mydomain.com in url field in browser?

Link to comment
Share on other sites

Why not add forum.mydomain.com as an addon domain on Heliohost? Otherwise, if you really want to keep forum.mydomain.com off of Heliohost, you can configure your domain registrar to do URL forwarding or setup an htaccess file to do 301 redirects/rewrites.

Link to comment
Share on other sites

Go to this folder "forum.mydomain.com" (the folder that the forum is in) and add the code below to it's htaccess file:

 

RewriteEngine on
RewriteCond %{HTTP_HOST} ^forum\.mydomain\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.forum\.mydomain\.com$
RewriteRule ^/?$ "http\:\/\/username\.heliohost\.org\/"

 

The address bar will still show the heliohost url and I'm not sure if you can change that when going from one domain to another, but I could be wrong.

 

 

 

Link to comment
Share on other sites

I would reccomend klswxa's method. Byron's method simply redirects forum.mydomain.com to username.heliohost.org. If you don't want to add forum.mydomain.com to HelioHost, you can create an HTML file in forum.mydomain.com that uses the <iframe> tag to point to username.heliohost.org. This will display forum.mydomain.com in the address bar.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...