Tagged Questions

0
votes
1answer
119 views

Web development - relative URLs without duplicating files

I have a site with index.php in the root folder, images in /img , and overview.php in /content . I have a sidebar.php file that is included in both index.php and overview.php . How should I refer to ...