This is a shot in the dark, but if you work on a Mac, it may be your
problem. I downloaded the Cake folder, unzipped it and uploaded it,
but in that process of uploading did not upload all the "." files to
the server. It's a pretty easy problem to fix but it escaped me for a
while. Check and make sure that you don't just have .htaccess in the
app folder but also in your app/webroot.
On May 31, 10:57 am, Merc <[EMAIL PROTECTED]> wrote:
> I have tried a few more thing and no luck. Has anyone put together a
> test file for checking configuration issues?
>
> On May 25, 2:12 pm, Merc <[EMAIL PROTECTED]> wrote:
>
> > Currently, I am running from /b13ed.com/app/webroot/. I used your
> > suggested .htaccess and no improvement. Any other ideas?
>
> > Thank you!
>
> > On May 25, 10:43 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > is your document root set to your cake folder, or cake/app, or cake/
> > > app/webroot?
>
> > > Try setting it to:
> > > cake/app/webroot
> > > and then change your .htaccess file (cake/app/webroot/.htaccess) to:
> > > <IfModule mod_rewrite.c>
> > > RewriteEngine On
> > > RewriteCond %{REQUEST_FILENAME} !-d
> > > RewriteCond %{REQUEST_FILENAME} !-f
> > > RewriteRule ^(.*)$ /index.php?url=$1 [QSA,L]
> > > </IfModule>
>
> > > good luck,
> > > cook
>
> > > On May 25, 12:56 am, Merc <[EMAIL PROTECTED]> wrote:
>
> > > > I am attempting to follow the article
> > > > atSitepoint(http://www.sitepoint.com/article/application-development-cakephp).
> > > > I believe
> > > > that I have CakePHP successfully installed and configured
> > > > (athttp://www.b13ed.com/);however, I am stuck at page 2 of the article.
> > > > I cannot gethttp://b13ed.com/notes/toproduceanyresults - other
> > > > than a lovely 404 error. I have created and uploaded the 2 files as
> > > > directed by the article, but not getting the expected results.
>
> > > > I would be grateful for any direction that will help my to
> > > > troubleshoot the issue.- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---