• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Blank page on install and 403 Forbidden

Status
Not open for further replies.

Ayod

Sharetonet.com
Hi,
I have buy Core License, download all file, and i have upload all file on my website.

Now, how to install ? I have blank page...
 
A white page is usually symptom of an old php version (you need at least php 5.4), you should check the server error_log and if you don't get anything send me FTP access to inbox@chevereto.com
 
Are you sure that everything is working fine? Guys that have installed 7.0 have told me that doesn't work 100%.
 
If i have a problem on PHP 7.0, i return 5.6 and send my FTP access to you

EDIT 12:34 : I return to 5.6 and re-install all file and now i have Error 500 Internal Server Error (./install)
EDIT 12:37 : The problem come from the .htaccess file
EDIT 12:47 : I send my FTP access to
inbox@chevereto.com
 
Last edited:
SOLVED !

The problem is in the .htaccess file.

This line (before) : RewriteRule . index.php [L]
And after : RewriteRule . /index.php [L]

("/" is important on my host)

 
I see, for future reference it should work also with "RewriteBase /" and the problem is triggered by a conflicting virtual host configuration 😉
 
Last edited:
Status
Not open for further replies.
Back
Top