PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → re-usability of website
re-usability of website
Iniciado por guest, 19,ago. 2015 15:50 - 1 respuesta
Publicado el 19,agosto 2015 - 15:50
I have to develop a site that is almost the same as existing other. But other stylesheets an some minor differences.

The first existing) site is not 100% finished. But the second client want to start already this week with inputting basics.

What is the best way to start. Simply copy the map with another name is not a good solution.

Thanks,

Willy Hermans.
Publicado el 19,agosto 2015 - 16:12
Hi Willy

there are several possibilities...

1. You can backup/restore under another name (as described in the solution forum)

2. you can put all the code/pages for BOTH clients in the same project and display one or the other set depending on the URL/site name.

3. You can even push this further by having data for several sites in the same DB, and use one or the other depending on the URL/Site name

4. you can use case 2 above and install twice the same site on the same server under another name...


Best regards