Wednesday, March 30, 2011

Re: Wildcard DNS | Domain | Subdomain

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:05 AM, swimwithabhra <meet.abhra@gmail.com> wrote:
>> > 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 website. This means that
> one can access my website by daniel.domain.com and xyz.domain.com and
> abc.domain.com and ....... I read the following article where I found
> out configuring .htaccess -:
> http://www.mail-archive.com/cake-php@googlegroups.com/msg03990.html
>
> Can you please let me know what steps would be enough to achieve the
> above.
>
> Thanks.
>
> --
> Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
>

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: