undbund wrote:
> 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
> tutorial 
> http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_23154913.html
> 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