base href [SOLVED]
Posted: Sun Jun 04, 2006 5:21 am
I am using an apache mod rewrite to redirect mydomain.com/photos/ to albums.php
To avoid browsers thinking that all the links on that page should be in the directory /photos/page.php, rather then where they actually are /page.php, i've used the base tag.
This is working fine for me and anyone else i've asked except one person. It's really confusing me. His page is displaying everything as if it were in the /photos/ directory.
He is using avant browser (but also tried on IE) and windows XP operating system.
I've asked him to clear his cache and history and yadda yadda, but no luck. It's still doing it to him.
Anyone know why this could be?
To avoid browsers thinking that all the links on that page should be in the directory /photos/page.php, rather then where they actually are /page.php, i've used the base tag.
Code: Select all
<base href="http://www.mydomain.com/">
He is using avant browser (but also tried on IE) and windows XP operating system.
I've asked him to clear his cache and history and yadda yadda, but no luck. It's still doing it to him.
Anyone know why this could be?