• I hate to be asking another question already, I’ve run into an installation problem with Vanilla, simply because of what appears to be the wordpress htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Going to …../forum gets me to the default index, but when I attempt to run the installer.php, I’m hit with the WordPress Error Page. Any workaround?

  • The topic ‘Installing Vanilla and WP Htaccess Error’ is closed to new replies.