Jump to content

mbdungo

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by mbdungo

  1. Please follow up my issue at: http://www.helionet.org/index/topic/15682-subdomain-created-instead-of-adding-a-new-domain/ Thank you..
  2. Mam/Sir, When I try to Addon the Domain example.tk instead that domain be added, it looks like it's creating example.main.tk subdomain.. Wherever I do, I couldn't add my another "dot tk" domain. Could you please give me a solution? And tell me what's the problem? My following information: My domain that couldn't be added: webdirectory.tk My cPanel username: mbdungo My main domain: firm.tk Thank you!
  3. Okay it's back now! No need help for that! Now, could you please give me a valid configuration detectives' code for .htaccess to rewrite all specific query stings into wildcard subdomain, as I mentioned earlier?
  4. Huh! My .htaccess is gone? Why, I did not delete it? I try to create one but it can't be. Please help me..
  5. Please help me.. First, what's happened to my account, 'cause on http://www.firm.tk said: ----- HelioHost Account Queued Ahoy! You're seeing this page because HelioHost has not gotten about to installing and configuring your account yet. This process usually takes 24 hours, and once it is complete your website should show up properly. While the account is being created we suggest taking a look at your control panel. Thanks for choosing HelioHost! We wish you good luck with your website. Sincerely, The HelioHost Staff ----- And my second problem: Please give me some directive code to let all specific query strings automatically rewrite into wildcard subdomain! My plan is all of the user who registered into my site get their own subdomain. For example: Every user get thier own query page such firm.tk/?user=name and www.firm.tk/?user=name and I want all specific queries be permanently rewrited to wildcard subdomain.. Please help..... Thank you!!
  6. Mam/Sir, http://www.firm.tk/ has test/ directory and it's already had an index.htm file. So, you could check it at: www.firm.tk/test/ The things that I've did are, I add a *.firm.tk subdomain and paste this code on the .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ^([^/.]+)\.firm\.tk$ RewriteRule ^ %1%{REQUEST_URI} [L] And that's all, but why test.firm.tk subdomain doesn't rewriting yet to www.firm.tk/test/ directory? Did I do something wrong? Or a HelioHost Support need to mentioned first to be able that domain to perform a wildcard subdomain? Please help and teach me a little bit to correct what I am doing, if I'm coding wrong, thank you!
×
×
  • Create New...