• 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

Issue while making clean installation

Status
Not open for further replies.

Smilley

Chevereto Member
Hi all! I've countered the following problem while making clean installation:
-I've used Web installer, it downloaded and unzipped files normally;
-After that i'm redirected to index.php and after that to "/install" folder which is absent in the root.
- Accessing "app/install/installer.php" directly say that I can't access it directly.

Could you please be so kind to tell what's the problem?
Thanks.
 
Why are you trying to access to "app/install/installer.php"? You need to go to /install, if you get a 404 then get mod_rewrite.
 
Hi Rodolfo! Tanks for your message, rewrite mod is enabled but I still get 404...
I also tried enabling RewriteBase / in .htaccess
 
I did an webinstaller installation also, with v 3.8.11 around a month agao, and had no issues. Seems that you had to check your server settings again.
 
You need to get mod_rewrite to work, at script side there's nothing to do.
 
Ok, had to add following to the <VirtualHost> config:
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

Thanks.
 
Status
Not open for further replies.
Back
Top