Hello, I need to block or redirect about 200 urls in this format http://clientssite.com/video/IKgw_idzqPQ?view=2312 http://clientssite.com/video/IKgw_idsqPQ?view=2316 http://clientssite.com/video/IKgw_idkqPQ?view=2219 etc.... Please let me know if there is any way to block this kind of urls
With Apache and his mod_rewrite you should be able to fix it: https://forums.digitalpoint.com/thr...ecific-query-string-url-via-htaccess.2644492/ http://stackoverflow.com/questions/...to-urls-that-match-a-common-pattern-in-apache
it might help if you explain more of your "blocking" or "redirecting" idea not sure if these are incoming requests or what are these urls
Are they your website URL's or are they owned by someone else? If they're yours you can redirect manually. If they're owned by someone else there's not much you can do.