• 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.

Subdomain installation problem

arczi1010

Chevereto Noob
Hi. I have problem with installation Cheveteto in subdomain:
http://wgs.arczitekt.pl/up/

in my cfg i have:
Code:
$DOM_SCRIPT = 'wgs.arczitekt.pl'; // --> mysite.com
$PATH_SERVER = '/up'; // --> /public_html (pssst.. NO ENDING SLASH!)

my script version: chevereto_nb1.7

in chevereto_nb1.6_rev2 all working,

what's wrong?
Thx for reply.
 
You have some error.. it should be :

Code:
$DOM_SCRIPT = 'wgs.arczitekt.pl/up'; // --> mysite.com
$PATH_SERVER = '/here/give/full/path/to/script/relative/to/your/installation/directory'; // --> /public_html (pssst.. NO ENDING SLASH!)

in $PATH_SERVER , give full directory page, in my case, it was /home/username/public_html/
 
Back
Top