Auto subdomain script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto subdomain script

    Hi. Can anyone make a step-by-step tutorial how to make a site with register and when someone signup to automaticaly copy a folder to other folder and make a subddomain to that folder ... Thx..
    whatmp3.name - search mp3 on mobile

    #2
    i know subdomains with .htaccess rewrite..
    Code:
     RewriteEngine on
              RewriteCond %{REQUEST_FILENAME} !-F
              RewriteRule ^([-_!*$@~:.a-z
              A-Z0-9]+)$
              http://yoursite.domain/path/index.php?username=$changable
    Last edited by Vayne; 22.07.09, 09:27. Reason: lame
    Nous Ne Dansos Pas, Nous Sommes Le Danse.!

    Comment

    Working...
    X