is mod rewrite working outside of cake?

ensure that *
AllowOverride All*
instead of
*AllowOverride None*

I have had no troubles with php4 on apache 1.3

however with php5 on apache 2 mod rewrite causes crashes, most likely my
config but not sure where the issue lies (I no thats it is not a cake issue
though).

- S

On 25/02/07, Khaled <[EMAIL PROTECTED]> wrote:
>
>
> my cakephp is in
> E:\wamp\www\cake
>
> httpd.conf VirtualHost section
> <VirtualHost *:80>
>     DocumentRoot e:/wamp/www/cake
>     ServerName cake.localhost
>     CustomLog e:/wamp/www/cake/access.log combined
>         ErrorLog e:/wamp/www/cake/error.log
> </VirtualHost>
>
> and in
> C:\WINDOWS\system32\drivers\etc\hosts
> 127.0.0.1 cake.localhost
>
>
> >
>

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