Hi,
I've created a basic Content management System that i use to maintain
my website.
However i'm having promblems with getting the site ranked on search
engines, presumably as it's all sourced from a MySQL Database.
What i'd like to do is to add an option in the Admin Interface that
would generate HTML files from the parsed PHP pages.
I understand how to save a full page into a file using ob_get_clean,
however this wouldn't solve the problem with the links which would
still be (for example) news.php?ItemID =2.
Is what i'm trying to accomplish feasable? and could anyone give me
some advice on the best way to solve the problem.
Cheers,
Ian
I've created a basic Content management System that i use to maintain
my website.
However i'm having promblems with getting the site ranked on search
engines, presumably as it's all sourced from a MySQL Database.
What i'd like to do is to add an option in the Admin Interface that
would generate HTML files from the parsed PHP pages.
I understand how to save a full page into a file using ob_get_clean,
however this wouldn't solve the problem with the links which would
still be (for example) news.php?ItemID =2.
Is what i'm trying to accomplish feasable? and could anyone give me
some advice on the best way to solve the problem.
Cheers,
Ian
Comment