After i have installed the Domain access module I tried creating sample page and when i tried to view it when i am logged out it produces Access denied: You are not authorized to access this page. when in fact i set unauthenticated user to access content as well as view domain publishing. help... is their a step by step guide on how to install Domain Access module? I have read the install.txt files but i can't seen to make the domain module work properly. Is the domain module only limited to sites with www.example.com or example.com setup what if i use it in this setup: subdomain.example.com/subdrupal.
Also is there a way of making the url instead of domain.example.com be www.example.com/domain?
Thanks a lot.
Comments
Comment #1
agentrickardThere are a number of questions here, answered in order.
1. If anonymous users cannot view content, you probably enabled Domain Strict accidentally. Turn off Domain Strict and read the documentation for that module -- this is the most likely cause.
2. See the new INSTALL_QUICKSTART.txt file in the download. Note that the submodules all have their own installation and documentation guides.
3. You can install Drupal in a subfolder, but you cannot use a subfolder in the path or a domain when configuring domains. Drupal will automatically detect if you are in a subfolder or not.
4. The module is not written to support www.example.com/domain. You might be able to map this to domain.example.com using mod_rewrite or .htaccess, but I do not support that.
Comment #2
agentrickardComment #3
ran2806 commentedThank you very much I was suffering from this problem . Finally resolved