how to can a subdomain

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • berehneh

    #1

    how to can a subdomain

    i have a website
    and i wanna to add subdomain with php file
    which syntax do it
  • Savut

    #2
    Re: how to can a subdomain

    open apache2.conf or httpd.conf or vhost.conf (depending of your config) with fopen() and append, fwrite(), the necessary block of
    this subdomain settings within it. You need root to have access and modify these files. This is more a Apache related question.

    Savut

    "berehneh" <fekr_e_berehne h@hotmail.com> wrote in message news:42c4d1c9.0 402040552.5e55d fc9@posting.goo gle.com...[color=blue]
    > i have a website
    > and i wanna to add subdomain with php file
    > which syntax do it[/color]


    Comment

    Working...