• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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