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.
can't access dashboard after fresh install

I've just installed Vanilla 2.3.1 and I see only one page the home page. Any link go to the same page : sign in, register, categorie, dashboard ...
See my forum here : http://www.kilte.eu/vanilla/
Thanks for help
Kilte
0
Best Answer
-
R_J Ex-Fanboy Munich Admin
Sure, it's a possibiliy. If you backup your .htaccess file, you can try the old version: https://raw.githubusercontent.com/vanilla/vanilla/release/2.2/.htaccess
5
Answers
what's written in your htaccess?
here you have the htaccess
I am not much of an expert, rather the opposite. But right there it's stated:
Thanks a lot, but i'm not in a subfolder. My instal folder is domain/vanilla.
Equally no expert, but if you have a folder containing the Vanilla files, I think that is what needs referencing in htaccess, since they are not in root.
Simply try changing
# RewriteBase /
toRewriteBase /vanilla
(delete the leading "#")Couldn't hurt trying it
with
RewriteBase / vanilla
I have this error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.There should be no blank between "/" and "vanilla"
OK thanks, no more error but the same home page as without
/vanilla
and no possibility to get the dashboarddo you think it's like as this discussion ? I used cPanel to install Vanilla. What can I do to correct it ?
https://open.vanillaforums.com/discussion/33442/nothing-loading-everything-stays-the-same
thanks
Sure, it's a possibiliy. If you backup your .htaccess file, you can try the old version: https://raw.githubusercontent.com/vanilla/vanilla/release/2.2/.htaccess
it works very much now with the odl version, thanks for your help