when i visit my admin of autohoster script at:
http://mydomain.com/admin
it directs to login.php
ie:
http://mydomain.com/admin/login.php
THEN when i have logged in the page shows in the address bar:
http://mydomain.com/admin/login/admin/main.php
Of course the page is white with the login page still showing.
THEN IF i visit
http://mydomain.com/admin i am actually logged in and can make changes in the admin fine.
Could anyone give me a clue as to an htaccess or url rewrite rule i can use to correct this.
When i move the script to my apache server this problem doesnt exist but i need to use abyss with this script.
Thanks n advance for any assistance.
PS ive read and reread the url rewrite help file but it still mystifies me.