PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Webserver Configuration
Webserver Configuration
Débuté par Ericus, 24 avr. 2015 14:09 - 1 réponse
Posté le 24 avril 2015 - 14:09
Hi

I am really struggling to get my webserver working correctly.

My domain is www.plumaccounting.co.za but if you type that in a browser you receive an error. The only way to get to it is by www.plumaccounting.co.za/plumaccounting

On my own machine Internet Explorer v 11 even gives an error with that and the only way to get to the website is via this link

<a class="ExternalLink" rel="nofollow" target="_blank" href="http://www.plumaccounting.co.za/WD190AWP/WD190AWP.EXE/CONNECT/Plumaccounting">http://www.plumaccounting.co.za/WD190AWP/WD190AWP.EXE/CONNECT/Plumaccounting</a>

I know there might not be a straight forward answer but does anybody have an idea where to start looking.

There is no http redirection installed on the server. I did try it but that did not work at all. There is no web.config file either.

It might have something to do with DNS but I don't know enough to go fiddling with that unless I get some specific pointers.

Thanks in advance


Ericus Steyn
Posté le 24 avril 2015 - 14:48
Hi Ericus

As far as I can see, there are two parts to your problem:

1. the web server (IIS or apache or ...) should point toward the correct directory (the one in which you have yourproject_web) via its virtual directory settings

2. the default/index page of your site should be a small htm page containing a redirection to your "connect" url (the one currently working) ,as explained in webdev help file (If I remember correctly, there is even an example of the html file in question)

Of course, this is true only for a classic/intranet type site, but your working url shows that we are in that case

Best regards