I have in Apache config:

  DocumentRoot "C:/Documents and Settings/Owner/My Documents/
public_html"

#
# Each directory to which Apache has access can be configured with
respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
</Directory>

and further down:

<Directory "C:/Documents and Settings/Owner/My Documents/public_html">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI
MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options
All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please
see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks ExecCGI Includes

    #
    # AllowOverride controls what directives may be placed
in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

So that line is there already in my Apache config.

On Dec 17, 6:43 am, krr <[EMAIL PROTECTED]> wrote:
> I had the same problem, and figured out that the issue was with my
> apache config.
> Make sure you have the following line in your apache config.
>
> Options FollowSymLinks
>
> On Dec 17, 2:44 pm, MrTufty <[EMAIL PROTECTED]> wrote:
>
>
>
> > 9 times out of 10, if not 99 out of 100, just putting the Cake files
> > into your webroot will work perfectly, with the exception of
> > mod_rewrite issues. I don't really understand where the problem is
> > coming from in this case, but it's more likely to be an issue with
> > your Apache configuration than with Cake itself. I've never tried
> > hosting a website from the My Documents folder before, I know it's
> > possible but I've always had more success hosting in a separate folder
> > elsewhere on the drive. Perhaps this will work in your case also.
>
> > You will also find that the IBM Tutorials are out of date, and
> > depending on which version of the Blog tutorial you use, that may be
> > also. You didn't mention which version of Cake you're trying to use
> > but I definitely recommend the 1.2 pre-beta release.
>
> > Tufty
>
> > On Dec 17, 6:40 am, indy50 <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > I am running Apache 2.2 on windows xp. I've been using php and perl on
> > > it for years with few problems. But I created the Blog Tutorial and
> > > the IBM Tutorial 1 and can never see the apps. I can see the main cake
> > > page at:
>
> > >http://localhost/cake
>
> > > And I had to follow the mod-rewrite solutions to get it to look right.
> > > There are many php Strict warnings. I found you can turn those off in
> > > the php.ini, but I've never seen those with any other php app.
>
> > > But I can't see any app. I installed cake in the Document Root as in
> > > my Apache config and I can see the cake page. I just get page not
> > > found. It said in the ibm tutorial to go to mysite/users/register.
> > > Nothing. The blog tutorial said to go to a page and I see nothing. I
> > > found I could change the "route" away from the cake page but when I
> > > try any new route I still get nothing. I tried changing the Paths in
> > > the cake config files and that didn't help.
>
> > > DocumentRoot = "C:\Documents and Settings\Owner\My Documents
> > > \public_html"
>
> > > This is the same as localhost on any other php or perl script. What is
> > > going on? It's really frustrating and not easy as stated in the
> > > minimal manual and documentation. I love scripts that really work in
> > > 15 minutes. I've spent hours on this already to get the 15 minute
> > > tutorial to work and nothing.
>
> > > Any expert help will be appreciated as I have to learn this for my new
> > > job.
>
> > > Thanks- 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 cake-php@googlegroups.com
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