How do I make an External Hyperlink in Dreamweaver site?
I can not figure out how to make a hyperlink that targets an external site, away from my site, every time I place a hyperlink and select the website, it try’s to open the “www” within the site, for example: www.mysite.com/index/www.i-want-this-to-be-an-external-page.com. It puts the hyperlink within my site index files, and because the site I am trying to hyperlink to is not the site index file that is my source. This is an EXTERNAL WEBPAGE, MINE STILL, BUT ANOTHER SERVER, WHAT DO I DO?
Observing members:
0
Composing members:
0
13 Answers
Have you included ‘http://’ at the start of your link?
Ben’s right on. Without the leading http://, the convention is that you intend a relative url, instead of an absolute one.
Ironically Fluther adds a slash and so that URL can’t be loaded as it’s an invalid protocol!
Fluther does all kinds of frustrating things when parsing out textile for urls. Don’t even think about trying a direct url that contains hyphens… they’ll textile-transform into em-dashes (or en-dashes, I forget which).
Hehehe. I doubt http:// goes anywhere, anyway…
Actually http:// takes me to my localhost. Interesting!
@lapilofu, what browser you in?
Safari. Interesting that it depends on browser behavior.
Ah… looks like Safari…
1. assumes the “third” slash is superfluous and removes it
2. attempts to simply go to http : //
3. has a rule built in to redirect to http://localhost/localstart.asp in that scenario
And isn’t it interesting that that default is to an Active Server Page (Microsoft technology).
Pray tell, what OS are you on? (I’m on Win XP and wondering if there’s an OS distinction.)
I’m on OS X and it doesn’t go to /localstart.asp, just the equivalent of http://locallhost/. It’s not a redirect—not in the URL bar at least.
But that probably has to do with how server settings on apache for unix differ from a personal Windows server.
This discussion turned out weird
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.