|
I'm wanting to recreate my existing site dynamically using php. I've got numerous of pages, each containing different articles. I want to only store this data once. So I could put it in a mysql db or just as html. I want to use the data on numerous domains. So I could use php include to access the html files, or connect to a db and get the data that way.
I also want each different domain to have different meta tags, and that specific domain name listed in the title. I would also like to refer to the domain's name occassionally in the data stored above.
Currently the links are .html and that is what is listed in most of the search engines, so I'd like to keep it that way.
I'd just like some advice on the best way to set everything up. If I'm going about it all totally wrong, please let me know...
Thanks.
|