Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Short URL for wap?

Quote Reply
Short URL for wap?
The demo has this: http://freemail.gossamer-threads.com/?t=wap

How would I get the short URL (/?t=wap) on my site?

Jason
Quote Reply
Re: [wickedmoon] Short URL for wap? In reply to
Hi.

Have a subdomain

http://wap.mysite.com

Just place index.wml there which is the login screen. To really get the source of index.wml, access the long url with deckit emulator and then copy the source that you see into a file index.wml, upload that to http://wap.mysite.com

That's the way i did it. the other way around is to use a redirect script ( i think i had posted that script somewhere oin this forum by name of direct.pl or something) and then use DirectoryIndex in .htaccess file. But this could mean getting knocked off from Google (my experience)....before i switched to Subdomain option.

[EDIT]
Here is the script:
http://www.gossamer-threads.com/...ng=direct.pl;#212352
[/EDIT]
Thanks
Anup

Last edited by:

anup123: Apr 24, 2004, 11:35 AM
Quote Reply
Re: [wickedmoon] Short URL for wap? In reply to
This is possible because the index file is set to login.cgi, so essentially it is going to http://freemail.gossamer-threads.com/login.cgi?t=wap

Adrian