Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, I’m having the same problem and I think it might have a similar cause. These are the contents of my .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    AddHandler x-mapp-php5.5  .php
Viewing 1 replies (of 1 total)