I have the following directory structure: site开发者_开发知识库.com/ - index.php - desktop/ -- index.php
I\'ve got a model for sites that looks like: class Site < ActiveRecord::Base has_one :resource_1 has_one :resource_2
I got a hosting with some provider with a domain name e.g. \"domain.com\". I then added a new folder e.g. \"/blog\".
I am building a network of sites that have a single main domain at example.com and several regional sites that use subdomains of the 开发者_如何学JAVAmain one, such as:
I have a Django site, working on mod_wsgi and Apache. (eg, example.com) I made a subdomain (eg, info.example.com) and want to point it to app in the existing project. Is it 开发者_开发问答possible, th
I have been searching the internet trying to find a solution to this problem but cannot find a definite solution.
I\'m trying to set up what are essentially profiles on subdomains on a development site. The \'profiles\' would be user-created, i.e. can happen at any time.
I want to be able to send users to the following styled-URL: subdomain.mydomain.com/tag I have a LandingPage record, and so would like to be able to search for the specific LandingPage record by mat
I have subdomains: sub1.tld.com, sub2.tld.com and so on. This subdomains contain important info. But I want to prevent opening any other urls, for example: sub1.tld.com/anypage or sub2.tld.com/dir/mor
Ok, purpose is to have unlimited number of subdomains, created dynamically for our members. So, a request to www.example.com/sub_index.php?user=demo will translate to demo.example.com url, while www.