Subdomain Name Problem in APACHE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devilsjunk
    New Member
    • Mar 2008
    • 2

    Subdomain Name Problem in APACHE

    Hello Everybody,

    In my web application I have created an interface where, if any user register then a subdomain will be created with the user name of the user link this manner

    E.G. :- http://subdomain.domai n.com

    This works fine. Now if any user name contains special character like underscore['_'] then the subdomain only takes the character before underscore.

    For example if I register with devils_acc06 then the created subdomain URL is http://devils.domain.c om, though the subdomain folder is created with it's full name like "devils_acc 06".

    Please help me out of this problem.

    Thanks in advance

    Regards - Devils
Working...