Hookahey, hier nochmal der Lösungsansatz für Direct access errors im Backend:
My Mambo root is:
/var/www/localhost/htdocs/dgcm/ or
http://lombardi/dgcm (only in my local network)
My abslout path is /var/www/localhost/htdocs/dgcm/
My solution was to modify /var/www/localhost/htdocs/dgcm/mambots/editors/htmlarea3_xtd/popups/ImageManager/config.php
Code:
$BASE_DIR = $_SERVER['DOCUMENT_ROOT']; $BASE_URL = "/";
$BASE_ROOT = "dgcm/images/stories";
Then i run into the same probs with the FileManager...
So i had to change these lines in
/var/www/localhost/htdocs/dgcm/mambots/editors/htmlarea3_xtd/popups/InsertFile/config.php
Code:
Code:
$MY_DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT']."/dgcm/images/stories";
// if you are using Docman change this to '/dmdocuments';
$MY_BASE_URL = '/dgcm/images/stories';
// if you are using Docman change this to '/dmdocuments';
Hope this is a little help 4 you...
LL&P
2b