Sir
my problem is that
I downloaded the cakephp recent version and unpacked to
/home/username/public_html/cake
my http.conf looks like
-----------------------
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
<Directory "/cake">
       Options Indexes MultiViews
       AllowOverride All
       Order allow,deny
       Allow from all
</Directory>
------------------------

The database.php is created
In browser
http://localhost/~username/cake/ gives

----------------------------
CakePHP Rapid Development

Your database configuration file is present.

Cake is able to connect to the database.
:
:
:
I started a new project with the files for models ,views,controllers
created at
cake/app/models/filename,cake/app/views/users/filename,cake/app/controllers/filename
respectively
but it is not working with the url
http://localhost/~username/users/action

please help me


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to