Web Hosting Talk







View Full Version : Managing Content on the website


Anky
03-11-2005, 11:32 PM
I need to find a way to reuse common elements of webpages over multiple times on many pages such as a paragraph of text or a table with images and text.

I only want to have to update one file for things such as a line of text on every page.

One idea I've used before is php includes. Another option is SSI, but I don't really want to do this.

I'm fine with PHP Includes and have used it in the past so I know about limiting it very carefully so they don't access certain files.

My issue: I have no idea how pagerank's will be affected since they will be using index.php, index2.php, and index3.php instead of the many html files. When I go to other large sites for hosting I don't see it as domain/?page=plans. Basically I'm just looking for a better way of maintaining my site

Anky
03-12-2005, 05:29 PM
Replied are appreciated :)