Mam problem z dołączaniem plików. Na localhoście działa ok, na home.pl już nie. Na az.pl też używam tego sposobu i jest ok.
Z tego co mi powiedzieli w home.pl to główny katalog jest /
RewriteBase / też mam włączone.
Plik index.php umieszczony w głównym folderze dołącza podstrony w zależności co wpiszę w URL.
W folderze pages/public/index.php jest główna strona.
Warning: require(libs/php_class/database/dbMysql.class.php) [function.require]: failed to open stream: No such file or directory in /pages/public/index.php on line 5
Warning: require(libs/php_smarty/Smarty.class.php) [function.require]: failed to open stream: No such file or directory in /pages/public/index.php on line 6
Początek index.php znajdującego się w folderze pages/public/index.php
<?php ## REQUIRE LIBS ## require('libs/php_class/database/dbMysql.class.php'); require('libs/php_smarty/Smarty.class.php');