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
26 site copies on single database with different contact number...
Re: 26 site copies on single database with different contact number...
Hello pianoku,
Pierre M.
Yes, duplicate is the right word. Hope this helps.pianoku wrote: So the access point to each duplicate is through different sub folder name.
Pierre M.