djduffy
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Getting “indecies” of folders rather than content…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.phpMake 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,
djdForum: Fixing WordPress
In reply to: problem making upload work…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/uploadsForum: Installing WordPress
In reply to: Getting “indecies” of folders rather than content…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 938Warning: 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