PDA

View Full Version : how to setup subdomain for my BLog service??


jinhengku
08-15-2006, 10:17 PM
Dear bro & sis,

anyone can help me? i have install a Blog service into my domain...

http://www.ilovefcc.com/forum/blog

What can i do to setup a setting that can direct my user to their own subdomain site ?

example user name : jinhengku

how to setup so that the user can access their page through

http://jinhengku.ilovefcc.com

instead of

http://www.ilovefcc.com/forum/blog/blog.php?uid-1.html


Is it regarding the DNS setting or redirection or other setting? anyone can teach me?



JinHeng

kke
08-15-2006, 10:53 PM
1.DNS: *.ilovefcc.com A your.ip
2.httpd.conf (vhost):
servername ilovefcc.com
alias *.ilovefcc.com
3.rewrite rules
not remember this will be post later

jinhengku
08-16-2006, 12:23 AM
Originally posted by kke
1.DNS: *.ilovefcc.com A your.ip
2.httpd.conf (vhost):
servername ilovefcc.com
alias *.ilovefcc.com
3.rewrite rules
not remember this will be post later

really thanks very much for ur reply o...

i ve done step no.1, but dont understand step no.2 and no.3... can expain in details? because i cant find the settings...(me still beginner in this... hehe)

Do i need to link anything to my blog directory (/forum/blog)? because the blog service main page is in http://www.ilovefcc.com/forum/blog

kke
08-16-2006, 01:47 AM
If you don't admin you can not modify httpd.conf then I prefer you to use API instread, don't forget to remove * from your dns.

for API interface see this topic for details http://www.directadmin.com/forum/showthread.php?s=&threadid=258