T O P I C R E V I E W |
mgbanks |
Posted - 13 Feb 2008 : 13:54:22 I want to create a link on button to another page within the same project but ensure it is called as a secure page (SSL)
eg project://makepayment.dhe should resolve to:
https://mysite/makepayment.htm
instead of
http://mysite/makepayment.htm
Any clues how to achieve this without resorting to hardcoding the full URL instead of a project reference? (I want to use this link in a template DHE page so kind of hoping it can be done).
Any help much appreciated
|
5 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 16 Feb 2008 : 13:21:19 Maybe in the future I'll create this feature, actually there are many other important to create ;-) |
mgbanks |
Posted - 15 Feb 2008 : 15:36:12 Thanks for your swift response.
From what I can see, DHE uses a flat page model, so links between project pages are always at the same 'depth' within a deployed website created entirely within DHE.
Maybe you could add a Project level attribute for defining the fully qualified base URL for all SSL pages in this project then have an SSL checkbox or something on the Link Wizard option to Link to File in current project? Then DHE could create fully qualified https:// hyperlinks to SSL pages on generation and there would be no certificate issues either.
At least this way there would be only one place to hard-code the SSL base URL per project where there is a real mix of http and https pages? Just my 2c worth.[2 ??:-|] |
s.dav |
Posted - 15 Feb 2008 : 09:15:59 I thought about this point and I arrived at the conclusion that a project link cannot have a SSL protocol. This because when creating links to pages of the current project D.H.E. translates the link as relative so without the "http://" protocol before. This because a relative link is better and because D.H.E. doesn't know the name of your site when published on the internet and doesn't know where your page is within the site.
So for creating links in SSL mode act as you did before. |
mgbanks |
Posted - 14 Feb 2008 : 16:34:14 Thanks very much - look forward to it!!! [2 H:)] |
s.dav |
Posted - 14 Feb 2008 : 13:58:24 Opps, never thought about this point... I'll made this feature available very soon! |