Re: Wildcard DNS | Domain | Subdomain

2016-02-17 Thread Rajaram indira
Hi swimwithabhra, Can you help me to implement this with cakephp 3.x On Wednesday, March 30, 2011 at 11:57:35 AM UTC+5:30, swimwithabhra wrote: > > Hi all, > thanks for all your suggestions. > > I will talk to my hosting provider to check whether the virtualhost > and other server configu

Re: Wildcard DNS | Domain | Subdomain

2016-02-17 Thread Rajaram indira
Hi Abhra, I'm doing Wildcard DNS with cakephp 3.x. But I can't found exact solution for this problem. Can you help me to fix this problem. On Monday, April 4, 2011 at 11:09:45 AM UTC+5:30, swimwithabhra wrote: > > Hi all, > I am glad to inform you that finally wildcard DNS is working for

Re: Wildcard DNS | Domain | Subdomain

2011-04-04 Thread euromark
if the document root is correctly set, everything should work: DocumentRoot /path/to/cakephp/app/webroot/ always down to webroot On 4 Apr., 07:39, swimwithabhra wrote: > Hi all, > I am glad to inform you that finally wildcard DNS is working for me. > I just add a A type record and added server a

Re: Wildcard DNS | Domain | Subdomain

2011-04-03 Thread swimwithabhra
Hi all, I am glad to inform you that finally wildcard DNS is working for me. I just add a A type record and added server alias in virtual host. I didn't have to change anything in the .htaccess file. Thank you all for your kind support. Regards, Abhra Banerjee -- Our newest site for the commun

Re: Wildcard DNS | Domain | Subdomain

2011-03-30 Thread bujanga
Do what Ryan suggested for getting your apache set up correctly. Get rid of that .htaccess file and cake until you know apache can serve a simple index.htm. Now about the .htaccess file, is this line really in it? "RewriteCond %{HTTP_HOST} ^([^.]+)\.?domain\.com [NC]" On Wed, Mar 30, 2011 at 2:0

Re: Wildcard DNS | Domain | Subdomain

2011-03-30 Thread swimwithabhra
> > 3. Upload .htaccess with necessary modifications. > > Why would you want to modify .htaccess? This step is not > needed for CakePHP to work on multiple subdomains. Hello Daniel, What I am trying to do is to access virtual sub domains [non existing sub domains] for each individual user of my we

Re: Wildcard DNS | Domain | Subdomain

2011-03-30 Thread swimwithabhra
Hi all, thanks for all your suggestions. I will talk to my hosting provider to check whether the virtualhost and other server configurations are correctly done or not. The following is the htaccess I am using -: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d Rewrite

Re: Wildcard DNS | Domain | Subdomain

2011-03-29 Thread cricket
On Tue, Mar 29, 2011 at 4:13 AM, swimwithabhra wrote: > Hi! > Can anybody tell me what does it takes to get a website with "wildcard > dns" configured and properly functional. > > I read about wildcard DNS and the following are my findings -: > > 1. Need to add a A type record [as my hosting compa

Re: Wildcard DNS | Domain | Subdomain

2011-03-29 Thread Daniel S. Reichenbach
> No reason you can't to both within the same VirtualHost. > > > ServerName example.com > ServerAlias *.example.com > DocumentRoot /path/to/cakephp/app > ... > True, but you may want to run a different CakePHP application on the main site in some cases :D WkR, Daniel --

Re: Wildcard DNS | Domain | Subdomain

2011-03-29 Thread Ryan Schmidt
On Mar 29, 2011, at 06:00, Daniel S. Reichenbach wrote: > Have you properly configured your settings inside > Apache? You need one virtual host for domain.com, and one to be used > for any name using *.domain.com, and *both have to point to the same > DocumentRoot*. No reason you can't to both

Re: Wildcard DNS | Domain | Subdomain

2011-03-29 Thread Daniel S. Reichenbach
Greetings, > 3. Upload .htaccess with necessary modifications. Why would you want to modify .htaccess? This step is not needed for CakePHP to work on multiple subdomains. > I am using CakePHP and i have tried performing all the three steps. > But whenever I type something like > xyz.domain.com [s

Wildcard DNS | Domain | Subdomain

2011-03-29 Thread swimwithabhra
Hi! Can anybody tell me what does it takes to get a website with "wildcard dns" configured and properly functional. I read about wildcard DNS and the following are my findings -: 1. Need to add a A type record [as my hosting company is godaddy and they doesn't support CNAME] 2. Add ServerAlias in