Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Cannot install Vanilla 2.3

I cannot install Vanilla 2.3. I've tried via the Softalucous panel on my webhost with no such luck and I tried do download and install it manually. All I get to is a page name mysite.com//dashboard/setup where it says there are too many redirections. I tried to search the forum but don't understand SQUAT about the info I've found in similar topics.

I never had problems before on previous versions I've tested out using the quick install on my webhost and neither when doing a manual install long time ago.

Please help

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    You need to replace the htaccess file with the one that comes with Vanilla 2.2 some people reported the one that comes with 2.3 is buggy...

    See if that works for you

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    # Modified
    # If you modify this file then change the above line to: # Modified
    <IfModule mod_rewrite.c>
       RewriteEngine On
       # Certain hosts may require the following line.
       # If vanilla is in a subfolder then you need to specify it after the /.
       # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
    </IfModule>
    
Sign In or Register to comment.