Forum Moderators: phranque
that is the exact code I have for the link but for some reason when I go to my browser IE6, it makes the actual URL [mysite.com...]
When I open up the code from the browser, the HTML is still valid and fine........
Someone please help, this is a huge problem when visitors need to actually click a link and have it go to the appropraite place :)
Any help will be greatly appreciated!
[edited by: jdMorgan at 2:10 pm (utc) on May 19, 2004]
[edit reason] Examplified linked domain name [/edit]
I used Macromedia Dreamweaver MX to automatically replace /test with / on all files for my site as I had to change the path.
Then I realize I ended up with "//" for some links........and without thinking I replaced "//" with "/" and then my PHP comments which I immediately realized (became broken). I didn't realize it made my links break too..... http:/bla will make apache believe that is just a absolute link to a file on your site...... lol
Anyway let this be a lesson for 4am coding :)