I have a mall site which is almost all hand coded
html. Within that site I have a directory that contains 2000 pages of WebMerge generated
html.
These pages have been indexed by the search engines and produce (some) traffic.
I have taken the original datafeed into MySql and will produce dynamic pages with
PHP. The page names will remain the same after the conversion to
php.
My current links look like this:
/widgets/product.
html
After the change the links will look like this:
/widgets/product.
php
How do I redirect the traffic and spiders to the
PHP pages?
Frank