nachdem einige von euch Probleme mit seltsamen Pfaden haben (z.b. werden Contenido-Files in Systemverzeichnissen gesucht), sollte folgende Einstellung in der php.ini weiterhelfen:
Welche php.ini meinst Du denn ?? Die vom Server ? Was ist wenn ich keinen Server habe, sondern nur "normalen" Webspace ?? Ich finde die .ini nämlich nicht.
Verfasst am: Fr Jul 11, 2003 8:48 am
--------------------------------------------------------------------------------
:: Do you mean to create a folder, like
:: 1. /mywebspace/.htaccess/
Yes, you have to create a file exactly called .htaccess
within the folder of your project
Most webservers will read this file.
Some PHP values can be added to this .htaccess
This way you can add some settings for PHP, eventhough the settings in php.ini (the core settings file for PHP on the webserver) are different.
:: php_value include_path ".:<irgendwas>" ?
:: Which path <irngedwas> I have to insert?