PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to change url
How to change url
Iniciado por guest, 24,dic. 2015 10:50 - 1 respuesta
Publicado el 24,diciembre 2015 - 10:50
Hello,
When I install a webservice, the url of the webservice is generated automatically.
For some reason, I need to rename that url.
For example:
The generated url is: http://my_domain/ws_name_WEB/awws/...
What I want it to be is:
http://my_domain/ws_name

Can anyone help me with this?
Best regards,
Kozeta.
Publicado el 24,diciembre 2015 - 13:50
Hi Kozeta,

what you are looking for is called URL rewriting and is manageable at the level of the web server. How depends on each web server

Best regards