I have my site online and on my PC.
Before I switched to SuSE 10, Apache for Windows worked with plugins which had relative paths
Code:
<?php include('skins/siberian/categories.php') ?>
And they also work with my Linux provider, so they cannot be wrong.
Then I installed Apache, PHP and MySQL, made sure they work on my PC in Linux. I see the graphics (which have relative paths!)
But php scripts do not work
Code:
Warning: main(skins/greatlife/categories.php): failed to open stream: No such file or directory in /srv/www/htdocs/skins/greatlife/advanced.php on line 23
Please help