Hello,
I've been coding with relative paths without the slash and everything is working great. Does anyone know if relative paths should start with a "/"
<a href="index.php?main_page=page1">
or
<a href="/index.php?main_page=page1">
which one is right or better?



