|
.php files will get picked up by Google just fine.
.php?cat=blegh&link=43 will not.
The solution:
RewriteEngine on
RewriteRule ^articles$ /articles.php
RewriteRule ^articles/([0-9]+)$ /articles.php?id=$1
(obviously you need to change it to fit your own needs)
__________________
/(bb|[^b]{2})/
|