Probleme mit SSL
Hi,
mein Webshop läuft soweit, ich habe die ganzen Inhalte aus httpdocs in httpsdocs kopiert und auch die configure.php Dateien in dem includes/ und admin/includes Ordner geändert, doch leider erhalte ich eine Fehlermeldung wenn ich mit https meinen Shop besuche:
Warning: main(): open_basedir restriction in effect. File(/home/httpd/vhosts/blah.de/httpdocs/includes/filenames.php) is not within the allowed path(s): (/home/httpd/vhosts/blah.de/httpsdocs:/tmp) in /home/httpd/vhosts/blah.de/httpsdocs/includes/application_top.php on line 57
Warning: main(/home/httpd/vhosts/blah.de/httpdocs/includes/filenames.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/blah.de/httpsdocs/includes/application_top.php on line 57
Fatal error: main(): Failed opening required '/home/httpd/vhosts/blah.de/httpdocs/includes/filenames.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/blah.de/httpsdocs/includes/application_top.php on line 57
Was mache ich da nun?
|