Open orionseye opened 6 months ago
Thanks for the bug report, I was able to reproduce the bug using a hostname without tld and subdomain.
It's fixed in the last commit https://github.com/givanz/Vvveb/commit/41e99e4e1a21f05375c896f3e29ba3e1a751edb1
You need to update system/sites.php
on your setup.
Thank you givanz :)
Just discovered that the URL is still buggy, the .env is still left like it was
defined('V_SUBDIR_INSTALL') || define('V_SUBDIR_INSTALL', '/VvvebjsCMS');
Actually, what i get displayed is always start page of my localhost
Installed on 'localhost' using Laragon web server with SSL support Vvveb version 0.0.7 PHP version 7.4.30 | cgi-fcgi Server Apache/2.4.54 (Win64) OpenSSL/3.0.7 mod_fcgid/2.3.9
I have installed the CMS in a subfolder by edditing env.php and setting
defined('V_SUBDIR_INSTALL') || define('V_SUBDIR_INSTALL', '/VvvebjsCMS');
The install was fine, i can access admin and all sections, but when trying to open the editor or preview any of the pages/posts, the URL's generated are wrong in following format.
https://%2A.%2A.%2A/VvvebjsCMS/admin/?module=editor/editor&url=//*.*.*/VvvebjsCMS/page/terms-conditions&template=content/page.html
What exactly do i miss? Thanks for the nice CMS :)