htaccess problems
-
I’ve been running WordPress for a while, but a new installation on a new server that I don’t have full access to (webmasters extremely cagey) is causing me problems.
The standard wordpress htaccess file (
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /3am/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /3am/index.php [L]
</IfModule>) forbids all access to the wordpress directory. If I remove the htaccess file – or delete its contents and make it non-writeable – I can access all the files, but I can’t write posts (although they are stored in the DB and appear in the Dashboard etc.)
Anyone? All help gratefully received.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘htaccess problems’ is closed to new replies.