kestabillo
Chevereto Member
The Chevereto Installation isn't grabbing the Stylesheet or any of the images. I think the Path is set wrong in the config.php
I've installed chevereto in the public html folder .. according to the testing_tool, it should work on my server.
Could anyone help me please?
--------------------------------------------------------------------------------------------------------------------------------
edit, quoted from the config.php (this is what's currently set):
/**
* Sets the Paths and Base URL for the script
* If you find weird issues this may be caused by your server who doesn't
* handle the $_SERVER vars properly, so you must enter this paths manually.
*/
define('__ROOT_DIR__', str_replace('\\','/',dirname(dirname(__FILE__))).'/'); // str_replace('\\','/',dirname(__FILE__))
define('__RELATIVE_ROOT__', str_ireplace($_SERVER['DOCUMENT_ROOT'], '', __ROOT_DIR__));
define('__BASE_URL__', SERVER_PROTOCOL.HTTP_HOST.__RELATIVE_ROOT__);
I've installed chevereto in the public html folder .. according to the testing_tool, it should work on my server.
Could anyone help me please?
--------------------------------------------------------------------------------------------------------------------------------
edit, quoted from the config.php (this is what's currently set):
/**
* Sets the Paths and Base URL for the script
* If you find weird issues this may be caused by your server who doesn't
* handle the $_SERVER vars properly, so you must enter this paths manually.
*/
define('__ROOT_DIR__', str_replace('\\','/',dirname(dirname(__FILE__))).'/'); // str_replace('\\','/',dirname(__FILE__))
define('__RELATIVE_ROOT__', str_ireplace($_SERVER['DOCUMENT_ROOT'], '', __ROOT_DIR__));
define('__BASE_URL__', SERVER_PROTOCOL.HTTP_HOST.__RELATIVE_ROOT__);