The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 views

sub folder and clean urls

I have a rather unique issue, and if I missed the answer in the threads please direct me to them. I have drupal (7) installed in a sub-folder in document root as so : /var/www/drupaldev and I ...
0
votes
0answers
11 views

How to alter language domain?

I would like to alter the language Domain for all url on a Drupal 7 site. My aim is to get multiple domains working as languages domain (for example en.example.com/english-path and ...
1
vote
1answer
27 views

Getting a 500 error with the Domain Access module

I use Drupal 7.22 with 7.x-3.9 Domain Access Module for multiple subdomains website. Making of subdomains works fine, but I cannot access to subfolders on subdomains. example.com works ...
-1
votes
0answers
24 views

Increase memory_limit of subdomains in the plesk panel [closed]

I increased memory_limit to 512M in the plesk panel, then i ran phpinfo() and tested this two addresses: fanap.ir/phpinfo.php ----> memory_limit=512M test.fanap.ir/phpinfo.php ----> ...
0
votes
2answers
29 views

Drupal and Domain

I have a strange redirect if I access my Drupal installation without subdomain: http://efg-zoar.de leads to http://www.efg-zoar.de/drupal7 and the "drupal7" is just wrong.... If I enter ...
3
votes
2answers
87 views

Exclude domain in robots.txt

Is it possible to exclude a domain name in robots.txt? I have a single Drupal site with multiple domains pointing on it. For example our dev and staging server are being crawled by Google when our ...
0
votes
0answers
10 views

Content Defaults set to “Author's currently active domain” - yet content displaying on all domains

I've enabled the following modules: Domain Access Domain Configuration Domain Theme I've got a domain and a subdomain. They both use a different theme. When creating new content it gets ...
0
votes
2answers
123 views

Custom module menu path renaming/redirection

Is it possible to create path like subdomain for custom module menu? For example create url like xyz.example.com if path is example.com/xyz where xyz is custom module menu. I've already tried to use ...
1
vote
0answers
30 views

How to access admin using sub domain

Our drupal frontend site is running on www.examples.com and admin section is runnning on www.examples.com/admin Now we have a requirement to access admin using subdomain like admin.examples.com We ...
0
votes
0answers
48 views

drupal multi-site primary domain content migrate to subdomain site

currently we have a single-domain site in production, for the purpose to develop a mobile site, i plan to do the multi-site set up so i add the extra folder under sites/m.myhostdomain.com, and have ...
-1
votes
1answer
176 views

Setting up Drupal 7 for a subdomain in a sub folder [closed]

I am trying to setup my drupal 7 installation in a subdirectory and running into a few problems which I am not sure about. I get a HTTP Error 500 when I try to access it via my subdomain ...
9
votes
4answers
171 views

How to set multiple domains for one language

I have a multilingual site with Drupal 7 using subdomains like en.example.com to detect the language. Everything works like expected, but I have a mobile version of the website witch I want to be ...
0
votes
2answers
47 views

Design query for job site using subdomains

I'm designing a job site in D7. Ideally for better SEO each state or city should be in separate subdomain(this what I've learnt). For city Paris it'd look like: paris.myjobsite.com I'd post jobs ...
0
votes
1answer
59 views

Redirect to a Multi-site Install Failing

We're trying to redirect a subdomain to a multisite install on an Amazon EC2 Server. The initial redirect worked like a champ -- it went to the raw IP and we created a directory in sites ...
0
votes
1answer
44 views

WSOD on node edit/view pages only after migration - subdomain multisite

just migrated my company's website, foo.com, to a new server. It is a multisite installation with an intranet, intranet.foo.com, installed at /sites/intranet.foo.com. Everything migrated ...
0
votes
1answer
76 views

Can I clear cache only for particular domain / URL?

I'm using domain module with several domains. With drush you can clear cache using cc command. I have only one database for all domains. I'm wondering can I clear cache using only specific domain ...
3
votes
1answer
56 views

Need to change the subdomain URL structure - D7

Need to change the subdomain URL structure from: sub1.example.com sub2.example.com To: www.example.com/sub1 www.example.com/sub2 Is there any module to do this in Drupal 7 If there is no other ...
0
votes
1answer
59 views

a non existing subdomain is added to image urls

I have some images in my home page and from time to time the URL of these images get changed somehow and a subdomain is appended to it automatically. For example: ...
0
votes
0answers
15 views

Internationalization modules - how to go from subdomain to subfolders ?

I am the owner of a brand new website that was build with the Internationalization module, the primary or default language is english and the secondary spanish. the original developer structure the ...
1
vote
1answer
56 views

D7 serving node content to related subdomain

I am using Drupal 7 with single installation. Requirement here is to serve node content which belongs to sub-domain Example: if user try abc.mysite.com then system will internally serve content ...
0
votes
0answers
23 views

Can I use content affiliation without using a real subdomain with Domain Access?

The Affiliated Content system invoked by Domain Access is perfect for my need to allow multiple "sub-sites" to run from one Drupal installation (i.e a multi-site approach to each part of a larger ...
1
vote
0answers
112 views

links from subdomain get redirected to other domains

i have setup domain access on drupal 7 ... everything seems to be working fine ... today i encountered a problem ... some links in subdomains (sub1.domain.com/link) gets redirected to either another ...
1
vote
2answers
518 views

“Redirect Loop” when creating a multisite

I know there are a few questions related to this one, yet I haven't been able to answer mine. I want to develop 2 websites pointing to the same Drupal core files, so : drupal1.example.com should ...
2
votes
1answer
325 views

What are the appropriate configurations for the Subdomain module on Window 7 running XAMPP?

I have installed the Subdomain module (v 6.1.7), and I'm configuring a subdomain for testing on localhost. I have been tearing my hair out for days now, trying to get this module to work on my PC - ...