PHP Link issue
1 answer
Links in HTML? if so, you can use absolute paths in your links. for example connecting like this:<a href="/index.php">
If you are talking about include () / require (), then one solution is to specify your include path.
Or you can never serve html from subdirectories :) that has worked for me so far.
+3
source to share