PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → [WB23] displaying URL of webdev
[WB23] displaying URL of webdev
Iniciado por ARV, 05,sep. 2018 23:41 - 4 respuestas
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 05,septiembre 2018 - 23:41
Hi

I search for this:
https://help.windev.com/en-US/…

And I still don't get it at all, The only thing I can be sure it's that to display an address that it's not the default one of WebDev something like:
http://myserver/WD230AWP/WD230Awp.exe/CONNECT/MyProject
could only be like:
http://myserver/

That's how I understand what PC soft say about, but I can't get to work this I still don't get it and sorry I'm not that pro on webdev either.

With this they said I can rewrite the url of webdev to my site? just to put something like the IP of my server and then it launch my project?
is it possible?
Thanks

--
Best Regards
ARV
Publicado el 06,septiembre 2018 - 13:20
Hi

first, you should not talk about webdev, but about a classic, awp or php
site, as answers WILL be different depending on the type of site

Second, your question: the principle is to REDIRECT the basic URL
(http://mydomain.com) to the full URL of your web site (the one with
connect or project_web in it...

There are several possible ways of doing that. The first one being to
create static html page with an iframe in it, and display your web site
in this iframe... This will completely hide your url and paramters. The
page you are directing us to is showing the html code of such a page. So
you need to create it, put it in your site directory, and point your web
site domain name to it at the web server level.

You can also use redirects at the dns level or the server level... This
will allow the user to type the short url but will leave your true url
visible.

All that is not webdev related, but completely html/server configuration.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com



On 9/5/2018 3:41 PM, ARV wrote:
Hi

I search for this:
https://help.windev.com/en-US/…

And I still don't get it at all, The only thing I can be sure it's that
to display an address that it's not the default one of WebDev something
like:
http://myserver/WD230AWP/WD230Awp.exe/CONNECT/MyProject
could only be like:
http://myserver/

That's how I understand what PC soft say about, but I can't get to work
this I still don't get it and sorry I'm not that pro on webdev either.

With this they said I can rewrite the url of webdev to my site? just to
put something like the IP of my server and then it launch my project?
is it possible?
Thanks

--
Best Regards
ARV
Miembro registrado
118 mensajes
Publicado el 06,septiembre 2018 - 15:46
usual it works like

http://myserver/DeploymentNameOfYourWebApplication

ex.
WebDev Projectname is MyWebApp deployed as AppMyWeb the URL is
http://myserver/AppMyWeb

if you want
http://myserver/
to start your web-application then configure this on the web-server as default-application or place a redirection-html site there
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 07,septiembre 2018 - 18:57
Hi

Thanks for all the help

I was searching everything Fabrice and Meikl said but like I said I'm not a pro on all of this about web and programming web

Ok I get the idea that everything it's all of the server configurations.
Now I need to set up when I write my domain (server name in this case) launch my Menu project of webdev, I know where's the path of my project.

I search about Re-direct http that IIS have, I change the domain.ddns.net to well the way I can access to my project of webdev like domain.ddns.net/Menu but it always re direct and never stops then obvious occur an error.

I search that I can change the default path of the domain of the site, but I never get this so I'm lost there~

Now on my IIS I have the tree site and my site where all of my projects are, called ARV there I have subfiles that are my projects
-Menu
-Project 1
-Project 2

Well I still don't get it, maybe on the default documents of the site I need to create somesort of html that have some code to redirect the home page to the one of webdev project maybe?

or on my IIS manager of windows I can use this method of redirect? (but doesn't work for me, maybe I'm doing something wrong)

sorry if I'm annoying about this... I'm trying to undestand everything of webdev and learn everything about it.
Thanks for point me on an idea to see everything for another perspective.

--
Best Regards
ARV
Mensaje modificado, 07,septiembre 2018 - 18:57
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 07,septiembre 2018 - 19:14
Hi

Ok now I get it on my site where all of my projects are (because it was set it as a default) I need to put the physical path of the root when I need to create an index.html with a redirect to my menu project and then it works!

Sorry for the trouble I have may cause and thanks to you all!

--
Best Regards
ARV