PDA

View Full Version : Login page URL???


landmarqjames
13-Jul-2005, 05:08 PM
What is the HTML URL I would use to jump directly to the Login page?
Anybody??

Bruce
15-Jul-2005, 11:08 AM
Hi There,

You can click on the 'Login' link on your site and use the URL that you see. The URL is similar to this ... http://www.yourdomainname.co.uk/cgi-bin/ss000001.pl?SECTIONID=index.html , you will have to replace your domain name in the above link.

You can put it in a HTML page using this <a href="http://www.yourdomainname.co.uk/cgi-bin/ss000001.pl?SECTIONID=index.html"> Click Here</a>

This will create a hyperlink to the login page, if palced on another site, etc.. You will have to modify or change the text "Click Here" to suite your convenience.

Kind regards,

tdw
21-Jul-2005, 10:26 AM
Hi,
I tried that in my URL http://www.yourdomainname.co.uk/cgi-bin/ss000001.pl?SECTIONID=index.html and I get this error:

Not Found
The requested URL /cgi-bin/ss000001.pl was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I also changed the url to https:// but I get the same problem.

SusanF
21-Jul-2005, 12:02 PM
Hi,

Not sure if this is what you want to do, but if you're just creating a link from within a brochure or store page, you can just use the following:

<a href="login.html"><span class="actxxsmall">Login link text here</span></A>&nbsp;|&nbsp;

within Act_Primary or Act_BrochurePrimary.

Regards,

wjcampbe
21-Jul-2005, 12:09 PM
Check Advanced | Network Setup - what is your CGI script ID number?

tdw
21-Jul-2005, 03:49 PM
Hi,
Thanks I figured it out when you asked for the script number, I have never noticed that before.

http://www.yourdomainname.co.uk/cgi-bin/ss000001.pl?SECTIONID=index.html

I just changed the 1 with my script number and it worked fine, thanks :)

wjcampbe
21-Jul-2005, 04:29 PM
Yep - thought that might do it.