Try this:

RewriteEngine on
RewriteCond     %{REQUEST_URI} !/ideas/
RewriteRule    ^$    webroot/    [L]
RewriteRule    (.*) webroot/$1    [L]

On Fri, Jun 5, 2009 at 11:11 AM,
[email protected]<[email protected]> wrote:
>
> Hi,
> So I'm having a little difficulty with my htaccess rules.
> Basically at the root of my server is my cake folder, my app folder
> and my htaccess. I want to add another folder in there for a non cake
> managed part of the site, say called 'ideas', but I cant get the
> htaccess to stop trying to force the url through cake where I get a
> 'ideas controller not found' screen.
>
> Can anyone help?
>
> Thanks!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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