This has happened to me on a lot of separate occasions and usually it's for urls like:
domain.com/web-page/?something=ididntmake
I know how to 301 redirect these types of results, but recently I'm seeing pages like this:
domain.com/web-page/1245710467000/ when the actual page is just domain.com/web-page/.
Anyone good at .htaccess or know what I can do in terms of PHP redirects for this issue? No idea what causes it.
domain.com/web-page/?something=ididntmake
I know how to 301 redirect these types of results, but recently I'm seeing pages like this:
domain.com/web-page/1245710467000/ when the actual page is just domain.com/web-page/.
Anyone good at .htaccess or know what I can do in terms of PHP redirects for this issue? No idea what causes it.