Problem
When you log in to your website as admin at http://{DOMAIN}/admin/login-form
Or your website members login as user at http://{DOMAIN}/login-form
it returns an error page "419 Page Expired" after email address and password submitted.
Reason
It will happen when opening website with non-secure connection (without https://)
Since RVsitebuilder 7.3.7 released, it improved security by supporting secure session for domain name with https:// by default.
Domain name without security (https://, SSL Certificate) will return error.
Solution
A. If your domain name has SSL certificate installed
Please check SSL Certificate if it's working properly. And make sure to login to control panel with secure port (https://domainname.com:2083) when editing website on RVsitebuilder 7.
B. If your domain name doesn't have SSL Certificate installed
You can disable our secure function by the following guide.
Please be noted that browsers will always support secured websites. You may consider make your website become secured for more business effective.
Disable secure function.
1. Login to control panel , go to File Manager
2. At /home/{user}/rvsitebuildercms/{domainname}/.env
3. When opening the .env file, find
"SESSION_SECURE_COOKIE=true"
4. Change it to
"SESSION_SECURE_COOKIE=false"
5. Save.
6. This will allow your website work properly on non-secure connecttion.
Comments
0 comments
Article is closed for comments.