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.
Redirection
Guts
New
Dear team,
My apologies if I post on the wrong topic but I have some troubles to put discussions as default URL so actually, when I visit my website with the default URL, I get an error 404... I would like to put discussions as default to avoid this error and the option under the CP is ticked...
Thanks a lot for your help!
0
Comments
please post your htaccess file
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks Vrijvlinder, I solved this issue by reinstalling Vanilla and now, everything is fine...
Anyway, I put this in my htaccess file in order to redirect to https after generating a certificate but it doesn't redirect the www part:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Can you please assist me for this?
Thanks
That is not the whole htaccess file. Please post the entire contents of it or look at this discussion, https://open.vanillaforums.com/discussion/25111/about-error-404-not-found
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌