Hi Jon,

all three htaccess files are there, but i still have to type index.php
to access, this is how my .htaccess files looks like

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

thanks for helping out

On Mar 10, 6:40 am, Jon Bennett <jmbenn...@gmail.com> wrote:
> Hi bilaliz,
>
> > its WAMP server that i have installed on my notebook, the way i
> > learned to deploy was to simply download cake and copy all files in to
> > the www folder and i should able to see the default cake index, and
> > indeed that worked ..
> > so for example my views are in D:\wamp\www\app\views\posts
>
> As it's a WAMP server, I would expect you not to need 'index.php' in
> the URLs. Do you have the required 3 .htaccess files in place?
>
> Cheers,
>
> Jon
>
> --
>
> jon bennett
> w:http://www.jben.net/
> iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to