I'd like to install CakePHP on my xampp server by each project.
root/cakephp/project1
root/cakephp/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 admin@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 admin@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+unsubscribe@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.
No comments:
Post a Comment