Hi,
I wrote a script for displaying image galleries. The configuration is as easy as it should be.
Now, in the last time some users contacted me and told me that it does not work.
We went through everything, but the configuration seemed to be ok.
The script and the correct execution depends specially on a variable containg the absolute path to the web-enabled directory.
At those users even when the path information was right my script didn't find this path.
Now I came along the idea that those users may use providers which have the safe_mode enabled.
The question for me is if I'm correct and read FAQ and documentation right that the safe_mode adds the DocumentRoot to every absolute path?
Which should look like in my understanding:
DocumentRoot /usr/local/httpd/htdocs (Apache)
$path_info = '/usr/local/httpd/htdocs/script'
-> result in safe_mode
/usr/local/httpd/htdocs/usr/local/httpd/htdocs/script
Or am I wrong? If I'm on a complete wrong way, please let me know, any help will be appreciated.
kr, Thomas