sarah_h
Forum Replies Created
-
Ok I had the same problem as everyone heer and this is what fixed it for me.
I originally changed the wp_ suffix on localhost to something like this ‘fh64Q’ and all ok. Now I moved to production server and found I had the no perms as seen here, I could do nothing in admin. The problem, it turned out, was to to with the suffix. An upper case ‘Q’ in my suffix had changed to lower case ‘q’!! I don’t know why it changed though. Anyway I did a search and replace in the sql and everything just worked!
So I hope this helps someone.
Forum: Fixing WordPress
In reply to: How to create page thumbnail images in navigation…Thanks esmi for your reply. I remember seeing something like this a while back, I’ll give it a go.
Forum: Installing WordPress
In reply to: I get the server file list after install!! Help?Hey, thanks all. I got it working. I missed out an important step when adding index.php to the directory index, that is to restart Apache. After doing that everything is working great. Thanks. Sarah
Forum: Installing WordPress
In reply to: I get the server file list after install!! Help?Yes, I think so. This is what http.conf says;
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>This is the right place, isn’t it?
Forum: Installing WordPress
In reply to: I get the server file list after install!! Help?Yes, I’m running Apache. I have no problem installing some other software which requires Apache/PHP etc.
This is the path to WP in my localhost folder
c:/Program Files/Apache Group/Apache/htdocs/my_sites/
So WordPress is not in the root. Will thi cause probs?