Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter djduffy

    (@djduffy)

    Ok… I’ve learned a lot since I posted this problem, but I found the solution, so I thought I’d post it here for others. The issue is with the Apache http.conf file and it’s the DirectoryIndex directive.

    In earlier versions of Apache it looks something like this:
    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php
    </IfModule>

    And in Apache 2 it looks just like this:
    DirectoryIndex index.html index.php

    Make sure you add the index.php if it’s not there.

    So now wordpress works on my local Apache 2.0 server running on windows.
    Here’s my wordpress site on my webhoster in case you’re interested:
    https://www.windyweather.net/wp/

    BTW, I found the solution on a wiki page for cpgnuke. We might consider having some help pages for Apache configuration [unix and windows] here at the wordpress site.
    cheers,
    djd

    Thread Starter djduffy

    (@djduffy)

    Not sure what changed, but it’s working now.

    Destination directory is: /home/virtual/site245/fst/var/www/html/wp/wp-content/uploads
    and URI is:
    https://www.darkbeautyin3d.com/wp/wp-content/uploads

    Thread Starter djduffy

    (@djduffy)

    I’m not sure where to turn permalinks on or off.

    I notice on the admin panel/ Manage / files page I get this:
    <b>Warning: file(C:\wwwSite\wordpress/): failed to open stream: Permission denied in C:\wwwSite\wordpress\wp-admin\admin-functions.php on line 938

    Warning: implode(): Bad arguments. in C:\wwwSite\wordpress\wp-admin\admin-functions.php on line 938 </b>

    These paths are correct, except that I note the mixture of forward and backward slashes.

    Sigh… Still stuck..
    Thanks,
    Darrell

Viewing 3 replies - 1 through 3 (of 3 total)