Thread: Base Href
View Single Post
  #4 (permalink)  
Old 04-08-2006, 11:12 AM
dean dean is offline
WebProWorld Member
 
Join Date: Jul 2003
Location: Philadelphia
Posts: 82
dean RepRank 1
Default

Yes, the base href does ignore the current directory. What indicated to me that you needed to go up one level is what you were actually getting:
mydomain.com/x/y.php
It all gets pretty confusing when we don't see the whole thing. It looked to me like you set the base href in the top page, then when you click to x, you are now at mydomain.com/x, so the current directory is appended to relative links within that page, unless you have also included the base href within x.php.
Anyway, I'm glad you got it working.
Reply With Quote