we can write /images/example.gif or /css/style.css but can't write /folder/qwerty.inc when including files in a page where 'images', 'css', 'folder' are in '/' folder
--------
this is that
http://www.mydubaihome.com/ uses a header for homepage different that other of its pages' header. i coluldn't happened2write
<?php require_once('/include/header.htm'); ?> ( in 'content m sys' )
for that site. any way, later, it solved, by using if else.
just if '/folder' worked, PHP code would be cleaner. that is ok for ASP/IIS.