I have used mod_rewrite in .htaccess (on Apache web server) so that dynamic pages are treated as static html.
The mod_rewrite itself is working fine, so where I had 4 parameters on the URL (php scripts), its now a single html file, eg. product-1-2.html.
However, whilst most of my website is indexed by Google, none of the mod_rewrite html pages are indexed - therefore defeating the objective of using it in the first place.
Does anyone face similar issues, or have any tips / things to check?
I assumed that because it works, ie entering the html based URL does run the dynamic php page and display the correct content - that there was nothing more to it.
Any help appreciated.