Forum Moderators: phranque
domain.com/article2053.html-22k[url][/
domain.com/article23.htmltravel/
and they all work, going to can go to the real page, i.e.,
article2053.html or
article23.html
why are they showing up and how can I make them all return a 404 error? They seem to create duplicte content pages.
How to remove them?
If they are static delete them from the server.
If they are dynamic, you will need to edit the script that creates them, or the mod_rewrite rules (if they are in place) to not serve the information any longer.
Not really sure what else we can advise without more information.
Justin
should it be
RewriteRule ^(article([0-9]+)\.html$) index.php?/$1 [L,QSA]
with the "$" denoting the end of the string?
Rings__Girls+Shirts.html
when
Rings.html -legit
Girls+Shirts.html -legit
my htaccess:
one var:
RewriteRule ^/?(category)/([^/]*)\.html$ index.php?cPath=$2&%{QUERY_STRING} [NC]
two var:
RewriteRule ^/?(category)/(.*)\.html$ product_info.php?cPath=$2&products_id=$4&%{QUERY_STRING} [NC]