Welcome! Log In Create A New Profile

Advanced

Webdev URL

Posted by Peter Zhou 
Peter Zhou
Webdev URL
November 27, 2018 03:21PM
Hi,

Now I am running the webdev awp app from the following url:
[123.123.123.123]

How can I run it as the following url
[123.123.123.123]

Do I change the index of IIS? Or over at webdev's setting ?

Regards,

Peter Zhou
Peter Zhou
Re: Webdev URL
November 27, 2018 03:25PM
Peter Zhou Wrote:
-------------------------------------------------------
> Hi,
>
> Now I am running the webdev awp app from the
> following url:
> "123.123.123.123/MYPROJECT_WEB/UK"
>
> How can I run it as the following url
> "[123.123.123.123"];
>
> Do I change the index of IIS? Or over at webdev's
> setting ?
>
> Regards,
>
> Peter Zhou

It seems the url link are not clear....I am listing it out again
Stefan
Re: Webdev URL
November 27, 2018 04:07PM
Hi,

I do this using a Frame.
So I have an index.html which has following Content:

<html>
	<head>
		<title>CargoFox Software und Consulting Kundenserver</title>
		<meta name="url" content="/cfAppManager">
		<meta name="robots" content="all">		
	</head>
	<frameset rows="100%,0" frameborder=no border=no>
		<frame name="SITE" src="/cfAppManager">
		<frame name="NONE" src="" scrolling ="no" noresize>
		<noframes>
			<body><a href="/cfAppManager">
			Ihr browser unterstuetzt keine Frames. Bitte klicken Sie hier um die Seite zu starten</a>
			</body>
		</noframes>
	</frameset>
</html>

where the "/cfApManager part should be the name of the .WDL file.

Advantage: In the browser adress field nobody sees the internal WB Adresses used.

Bst Regards

Stefan.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: