I am using amazon ec2 .... I want a script which creates subdomain when an user registers or user has the option to create subdomin as needed..?
routes: match \'/\' => \'site_admin/admin#index\' resources :link_pages resources :services resource :user_session
I want a subdomain like... admin.example.com but I want it to require a user and password.开发者_StackOverflow中文版 Like... the kind that uses teh browser\'s interface, rather than a database backed
Is there a way to get ajax requests from http://foobar.com to snatch data from pages such as http://sub1.foobar.com/choco.php ?
Im running a Drupal Multisite environment on a lamp (debian, apache, php, mysql) server. My current workflow for a new project is:
When a new user signs up, many sites create a new domain, something like newuser.example.com Does this mean that they have separate directories for every user, and copy the code base into the newly cr
I\'m making an iPhone version of an existing Rails app. I\'d like to make the mobile version accessible via a subdomain such as iphone.mysite.com.
I want a subdomain to mirror the root-domain (ex: sub.root.com mirroring 开发者_如何转开发root.com) and I want to accomplish this via .htaccess or php, with .htaccess prefered. RewriteCond %{ENV:REDIR
Ok, now I am lost. I am trying to do a simple .htaccess redirect of subdomains to a specific folder on the server, meaning all
Helo Guys! I\'ll start to develop a website of marketing and the users will be able to create accounts in this website. I\'d like to separete the area of users using Subdomains, just like wordpress.c