Stop redirecting page if the url have control character – Apache
I want to check if the URL has control character code like 0x00,0x01..0x1f and 0x7f example.com/test.php?status0x01Http../ If it has need to redirect to 404 page .If no such character exist redirect to the accessed page. I want to achieve this…