Hi,

  I copied the cake php folders into the directory called. C:\www
\tamilpadam and I am able to ajust the vhost to point to the webroot
as listed below.

  <VirtualHost *:80>
    ServerAdmin [email protected]
    ServerAlias www.tamilpadamdev.com
    DocumentRoot "C:/www/tamilpadam/app/webroot"
    ServerName tamilpadamdev.com
    ErrorLog "C:/www/tamilpadam/app/tmp/logs/errorlog.txt"
    CustomLog "logs/dev.tamilpadam.com-access.log" common
</VirtualHost>

first page when I type in tamilpadamdev.com works fine and it able to
connect to DB correctly.  I created a simple table, controller and a
view and when I use the url "http://tamilpadamdev.com/actordesctbls/
hello_world", where the controller is named as actordesctbls and
action as hello_world... it returns me a 404 error.  I dont know why
the dispatcher is not able to identify this url and appropriately pass
it to the controller.  I did not change any routes

Whatever came with the download I use the same routes.

Please help and I have already spent few hours with this....It is
still does not look like a cake to me.

-- 
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