Re: Rewrite for SEO purposes - php to html
It sounds like you just need to setup the Mod_rewrite rules using .htaccess. Unfortunately, you'll need to use Regular Expressions to code the actual rewrites and this is Greek to me.
Be sure that in the rewrite directives that the dynamic URLs are 301'd to the .html versions and Google will index the .html pages without any problem.
|