As I explained in the original post, I need to put my files in a folder below the root. All the generic css and php includes are also in folders below the root but not within my folder. So in order to use the php includes and css files I need to use the html tag as mentioned.
So the folder structure is as follow
/ /css /php /myfolder file1.php
So file1.php uses css files from /css and includes files from /php . Problem is to do this I need to use the tag <base href="/"> This makes everything relative to the root folder. |
|
|