anybody wants to help? thanks

On Jan 28, 6:00 pm, JoeCake <[EMAIL PROTECTED]> wrote:
> Hi
>
> Sorry about the last message. I did find the file here;
>
> /private/etc/apache2/original/httpd.conf
>
> changed the AllowOveriride from None to All
>
> I have the following mod_rewrite:
> LoadModule rewrite_module libexec/apache2/mod_rewrite.so
>
> do i need to change it to:
> LoadModule rewrite_module libexec/httpd/mod_rewrite.so
>
> just in case, this is what my .htaccess has:
>
> <IfModule mod_rewrite.c>
>     RewriteEngine on
>     RewriteRule    ^$    appname/app/webroot/    [L]
>     RewriteRule    (.*) appname/app/webroot/$1    [L]
>  </IfModule>
>
> thanks
>
> On Jan 28, 5:25 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote:
>
> > my guess is that the setting of AllowOverride is not set to all in
> > httpd.conf by default
>
> > --
> > --
> > (the old fart) the advice is free, the lack of crankiness will cost you
>
> > - its a fine line between a real question and an idiot
>
> >http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-m...

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