26 site copies on single database with different contact number...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
pianoku
Forum Members
Forum Members
Posts: 15
Joined: Tue Dec 11, 2007 4:58 am

26 site copies on single database with different contact number...

Post by pianoku »

Hi,

My client would like to build a website that have 26 different 1300 xxx xxx  numbers as point of contact to the business. And all the content stays the same.

At the moment I built it manual static html with tree structure like below:

/index.html
/contact.html
/images/logo.jpg

/copy1/index.html
/copy1/contact.html
/copy1/images/logo.jpg

/copy2/index.html
/copy2/contact.html
/copy2/images/logo.jpg

...

/copy26/index.html
/copy26/contact.html
/copy26/images/logo.jpg

So the access point to each duplicate is through different sub folder name.

All the content are the same except:
- the telephone number 1300 000 001 (root)
- the telephone number 1300 000 002 (copy1)
...
- the telephone number 1300 000 026 (copy26)

Questions:
=======
How do I configure the website so it have /subfolder/ as entry point to call specific telephone number variable?

Should I use multilanguage technique? (I don't think it is neccessary because I hoping we are using single database)

I was thinking to insert each telephone number as a 'Global variable'. But I am still having problem calling the telephone number with unique URL for tracking purposes.

Thank you for your help.

Regards,

pianoku
Pierre M.

Re: 26 site copies on single database with different contact number...

Post by Pierre M. »

Hello pianoku,
pianoku wrote: So the access point to each duplicate is through different sub folder name.
Yes, duplicate is the right word. Hope this helps.

Pierre M.
Post Reply

Return to “CMSMS Core”