I'd like to install CakePHP on my xampp server by each project.
root/cakephp/project1
root/cakephp/project2
and I'd like to access this by localhost/project1, localhost/project2.
Project1 would be my test site, the other one going to be publishing.
and here is an error message "project1Controller could not be found"

Thank you

    <VirtualHost *:80>
       ServerName localhost
       ServerAlias localhost/project1
       ServerAdmin ad...@yahoo.com
       DocumentRoot "C:/root/cakephp/project1/app/webroot"
       <Directory />
       Options FollowSymLinks
       AllowOverride FileInfo
       Require all granted
       </Directory>
    </VirtualHost>

    <VirtualHost *:80>
       ServerName localhost
       ServerAlias localhost/project2
       ServerAdmin ad...@yahoo.com
       DocumentRoot "C:/root/cakephp/project2/app/webroot"
       <Directory />
       Options FollowSymLinks
       AllowOverride FileInfo
       Require all granted
       </Directory>
    </VirtualHost>


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to