PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB20 - Opening awp page from a browser
WB20 - Opening awp page from a browser
Iniciado por guest, 12,jul. 2017 12:15 - 4 respuestas
Publicado el 12,julio 2017 - 12:15
Hi,

I've just installed my first webdev system (WB20). It contains all Dynamic Pages apart from one AWP page that as suggested elsewhere I'm going to use to trigger scheduled tasks.

The address of my site is of the form https://portal.solutionj.co.uk/xxx

This works ok and brings up the site login page.

So I assumed that to open the AWP page directly I would use the following url:
https://portal.solutionj.co.uk/xxx/myawppage.awp

but I'm getting the 404 error

I've also tried https://portal.solutionj.co.uk/xxx/xxx_web/myawppage.awp
and https://portal.solutionj.co.uk/xxx/xxx_web/uk/myawppage.awp

but get the same error.

Can anyone help please?

Thanks
Reg
Publicado el 12,julio 2017 - 13:19
Hi,

for me this url does not work as well :

https://portal.solutionj.co.uk/xxx

regards
Publicado el 12,julio 2017 - 13:20
Hi Allard,

xxx is just a code, not the real sitename...
Publicado el 12,julio 2017 - 13:36
Hi

the problem is that the URL depends on how the web site is setup in the web server...
If it's set up in a standard way, than the eay way to find your URL is to do a local GO/TEST of your awp page, then replace localhost in the URL by the real URL of your site.

If it's NOT setup in a standard way, than everything is up for grab.
By example, I setup my web site to "ignore" the project_web part of the url, so a valid url for me is:
http://fabriceharari.com/UK/Page_Article.awp…

But that's just a different setting on the server, and I'm not even using the URL rewriting system.

Best regards
Publicado el 12,julio 2017 - 13:48
Hi Farbice,

Ah, that did it, thanks very much for your help. :)

Kind Regards
Reg