On Mar 16, 2011, at 13:00, hoss7 wrote:

> i want use virtual subdomain like this:
> 
> example: eee.domain.com
> 
> how can i config cakephp to work with this subdomain,and how can i
> config apache to work with this subdomain,
> and how can i config my localhost server(i am use xampp)?
> 
> i am new in cake and apache.
> my problem like this:
> http://groups.google.com/group/cake-php/browse_thread/thread/d3e72b36102b484d/dc504516706d00f6?lnk=gst&q=subdomain#dc504516706d00f6


In your httpd.conf:

<VirtualHost *:80>
        ServerName eee.domain.com
        # other directives here, possibly copied from your
        # cakephp .htaccess
</VirtualHost>



-- 
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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to