grimmcartel
Forum Replies Created
-
I had a poke around my web server config, and found the following:
Any idea what I could do here? Which of the methods in that link you gave me would be worth trying?
Here’s what it shows when I click ADD:
Yeah, it’s a local intranet. The server has handled a bunch of other web based scripts with no issues, so I’m pretty sure the server should be fine. I can grab info from that if it would help.
BTW – thanks for sticking with me on this!
I’m still getting a page not found. Have I gotten the syntax right?
For that section in both admin and members I have it set to auto approve and redirect to profile – there doesn’t seem to be anything more than that.
Yes, it’s Windows 7, PHP version is higher than 5.5, with MySQL. Abyss is a small free web server app that has a nice interface. I’ve been using it in some form or another for years.
I can post screenshots of the directory structure if that would help. It’s hosted locally, and I’m running it using Abyss web server.
Ok, so here’s the .htaccess from the wordpress directory:
`# Only allow direct access to specific Web-available files.
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</IfModule># Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule># Akismet CSS and JS
<FilesMatch “^(form\.js|akismet\.js|akismet\.css)$”>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule><IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch># Akismet images
<FilesMatch “^logo-full-2x\.png$”>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule><IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>I can’t see mod_rewrite anywhere in it…
I’m looking through both the site and the install directory, and I can’t seem to find mod_rewrite. Where should I be looking for that?
Ok – tried that and I get the same result.
I’m not sure what you mean by post name? The permalink as it is now points to /user, what should I change that to?