Yes, sir. Mod_rewrite is running and set-up as directed. Is there a
test file or test project available that can help me to troubleshoot?
The biggest issue is that I am not getting a helpful error message.

------------------------------------------------------
.htaccess file
------------------------------------------------------
<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>
------------------------------------------------------



On May 25, 6:17 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 5/25/07, Merc <[EMAIL PROTECTED]> wrote:
>
>
>
> > I would be grateful for any direction that will help my to
> > troubleshoot the issue.
>
> Is mod_rewrite enabled for your site?  Please follow the installation
> and configuration instructions in the manual very carefully.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheBallpark -http://www.littlehart.net/attheballpark
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


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