Q
Q. John Chen
I am developing a site with a folder that requires secured channel.
like this:
default.html
nonsecurepage.html
secure/securedpage.html
The SSL certificate is installed on the remote server, e.g.
www.mycompany.com
And I set the "secure" folder to require seured channel. So only allow
https://www.mycompany.com/secure/securedpage.html.
Now I got problem with the navigation (expecially linkbar that based
on navigation) It is relative path but for me I have to use full path
above to navigate to the proper page.
I also tried using customer link in linkbar. In the securedpage.html,
I added link s such as Home = http://www.mycompany.com/default.html,
.... but this won't work on my localhost. I have to change it every
time before I publish.
What's the best way to do this?
Thanks
John
like this:
default.html
nonsecurepage.html
secure/securedpage.html
The SSL certificate is installed on the remote server, e.g.
www.mycompany.com
And I set the "secure" folder to require seured channel. So only allow
https://www.mycompany.com/secure/securedpage.html.
Now I got problem with the navigation (expecially linkbar that based
on navigation) It is relative path but for me I have to use full path
above to navigate to the proper page.
I also tried using customer link in linkbar. In the securedpage.html,
I added link s such as Home = http://www.mycompany.com/default.html,
.... but this won't work on my localhost. I have to change it every
time before I publish.
What's the best way to do this?
Thanks
John