Read the code you posted again unbund....

there IS an allowOverride option...though its not set to None, insteaD
it is specifying what is allowed.
Setting it to All, as Alexandru suggested, might help.

Otherwise check the apache config to make sure your loading the
rewrite module.

PS I am running SuSE 11 with apache 2 php5 and mysql5...no issues with
mod_rewrite.



On Nov 17, 3:04 pm, undbund <[EMAIL PROTECTED]> wrote:
> Hello Alexandru,
>
> I have tried making the changes you had suggested but I have a slight
> problem. Here is code from:
> /etc/apache2/mod_userdir.conf
>
> As you can see, there is not AllowOverride directive.
>
>        <Directory /home/*/public_html>
>
>                 AllowOverride FileInfo AuthConfig Limit Indexes
>                 Options MultiViews Indexes SymLinksIfOwnerMatch
> IncludesNoExec
>
>                 <Limit GET POST OPTIONS PROPFIND>
>                         Order allow,deny
>                         Allow from all
>                 </Limit>
>
>                 <LimitExcept GET POST OPTIONS PROPFIND>
>                         Order deny,allow
>                         Deny from all
>                 </LimitExcept>
>
>         </Directory>
>
> Can you tell me where should I add the AllowOverride directive.
>
> Thanks for all your help,
> undbund
>
> On Nov 17, 5:23 am, Alexandru Ciobanu <[EMAIL PROTECTED]> wrote:
>
> > undbundwrote:
> > > Hi guys,
>
> > > I was trying to configure Cake with openSUSE 11 but I could not make
> > > mod rewrite work. I can access the Cake folder in the document root
> > > (http://localhost/~undbund/cake) but the CSS is not coming on the web
> > > page correctly. I tried to enable mod rewrite using the following
> > > tutorialhttp://www.experts-exchange.com/Software/Server_Software/Web_Servers/...
> > > but it did not work out. There is no one single conf file but many and
> > > is all controlled by httpd.conf with many includes in this file.
>
> > Most likely your httpd.conf has AllowOverride set to None; SuSE apache
> > comes this way, IIRC.
> > Look for something like this:
>
> > <Directory "/home/*/public_html">
> >     AllowOverride FileInfo ... etc ..etc
> >     more directives here...
> > </Directory>
>
> > Set de AllowOverride directive to 'All' (no quotes).
> > That should do the trick.
>
> > You should see the apache manual 
> > (http://httpd.apache.org/docs/1.3/mod/core.html#allowoverride) to know
> > what your allowing to override. :-)
--~--~---------~--~----~------------~-------~--~----~
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