PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB19] Url gets shortened - how do I fix that?
[WB19] Url gets shortened - how do I fix that?
Iniciado por guest, 27,may. 2016 14:47 - 2 respuestas
Publicado el 27,mayo 2016 - 14:47
Hi everyone -

I'm using WebDev 19 and TinyMce, and I assign this url to a link -

http://www.martialartsforamerica.net/WD190AWP/WD190Awp.exe/CONNECT/MAFA_SM_Login…

When I save it, all I get back is -

http://www.martialartsforamerica.net/WD190AWP/CONNECT/MAFA_SM_Login…

With the "WD190Awp.exe/" taken out. Anyone know of a way around this? I was going to try using a "Shorten URL" service as a temporary fix, but figured I'd ask the forum first!

thanks!

J
Publicado el 27,mayo 2016 - 21:43
Hi

Pls see this link "http://help.windev.com/en-US/…"
for URL rewriting in short form.

HTH

Cheers

King
Publicado el 28,mayo 2016 - 09:29
Hi Joel,

For dynamic sites (non AWP) you can use your url plus projectname: www.mysite.com/myprojectname.
For AWP you use www.mysite.com/MYPROJECT_WEB/LANGUAGE/Pagename.AWP. (The actual path to the page)

Regards,
Piet