Thursday, June 12, 2014

Re: index.php not found?

I am using version  2.5.

Here is the way I have defined the document root:

Alias /blog "C:/Users/Kevin/cakeblog/" 
<Directory "C:/Users/Kevin/cakeblog/">
    Options Indexes FollowSymLinks ExecCGI
    AllowOverride all
    Require local
</Directory>

So in the directory c:/Users/Kevin/cakeblog I have the Cake default folder structure

app
    Config
    . . . . .
    webroot
        css
        files 
        img
        js
        .htaccess
        index.php
        test.php
lib
plugins
vendors

So if I browse to http://localhost/blog/app/webroot/index.php I get the error message that the URL rewrite is not configured properly. If I uncomment the LoadModule line as explained at the beginning of the post I still get the error message. If I click on the 'Help me configure it' HyperLink, as far as i can tell I have the the first two stipulations correct. The third basically says that I should make sure that I have downloaded Cake from the official distribution, and that checks out. I am just trying to get the blog tutorial running. Ideas?

Thank you.

Kevin



--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: