15 Feb
2003
15 Feb
'03
23:51
Hi, I'm switching from RH to SuSE. I have several PHP scripts to access my MySQL-dbs, in RH I put those under /var/www/some-dir which allowed my to access them through http://localhost/some-dir/some-script.php. According to the docs I've found /var/www in RH should be replaced by /srv/www in SuSE. Unfortunately Apache doesn't seem to be able to find those scripts. I wrote a small-test html-file and put it in /srv/www/ as index.html but I still get the default SuSE-Apache start-page. So, where should I put the files I want to access locally? TIA