I need to use this page without losing its functionality into the index page on the document root.
I used this:
<?
include("gallery/index.php");
?>
The problem is that the links on the included page are taken from the root dir,--> localhost/admin/admin.php, but it should go to, localhost/gallery/admin/admin.php
The included file makes up the url by variables it gets from a included file in the gallery dir.
Is there some way to go around this, i dont really feel like altering a ton of pages to get this little issue solved