• 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.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Chevereto on a subdomain bad adrress look

You should refer this concern to your hosting company because there are several ways to handle subdomains and it depends on your web hosting policies.
 
This is pretty common when you set up a domain or subdomain through cpanel on a primary domain. System creates a folder relative to the primary domain... however the secondary treats everything in that folder as directly connected.

Question is... is yours not doing this? It appears to be loading fine for me like this...
 
There is a cheap way to deal with that.
Code:
RewriteCond %{HTTP_HOST} !^chevereto.com
RewriteRule ^(.*)$ https://chevereto.com/$1 [L,R=301]

I use that on Chevereto.com so even those http:<SERVER IP>/~cpanelusername redirects to the valid Chevereto.com. It is chap and you only use it when you can't do anything else.
 
Back
Top