Search the Community
Showing results for tags 'directives'.
-
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!!
- 5 replies
-
- Rewrite Engine
- Account Queued
-
(and 3 more)
Tagged with:
-
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!