PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Run directly webdev 18 project from a domain name as?
Run directly webdev 18 project from a domain name as?
Iniciado por Victor H Pereyra, 01,ago. 2014 22:25 - 1 respuesta
Publicado el 01,agosto 2014 - 22:25
Hi :

I have developed a website with webdev 18, to run need to put the following
address
http://www.dominio.com/proyecto_web and the project runs smoothly.

But what I need is that once I put http://www.dominio.com me running from
the webdev Proyecto_web
the question is:
This what I set from the webdev administrator or from IIS? ... And in that
case as it should?


Someone submitted this same situation?


Thanks in advance for the help.

Victor Pereyra
Argentina






























Víctor H. Pereyra
M.P. 2595

Departamento de Informática

Sucursal Nva . Cba .: Hipólito Yrigoyen 384
5000 Córdoba, Capital
Tel.: (0351) 426 9200 int :1234

e-mail: vpereyra@sanatorioallende.com
www.sanatorioallende.com.ar
Miembro registrado
47 mensajes
Popularité : +2 (2 votes)
Publicado el 08,agosto 2014 - 11:55
Hi Victor,

When I go to www.dominio.com I see that your problem is fixed?

In your webserver you have to tell where your content is saved.

For apache2:
In /etc/apache2/sites-available/default you must add at the and the following lines

<VirtualHost *>
ServerName <<<<put here your_servername>>>
ServerAlias www.dominio.com
DocumentRoot <<< put here the_fullname_of_the_directory_of_your_content>>> ........./proyecto_web
</VirtualHost>

Restart your webserver

--
Roy van der Lee