My Old site had a lot of urls using the cgi-bin directory eg : www.website.com/cgi-bin/etc?123 Now the site is now on a new server running wordpress, and I want to redirect this to : www.website.com/etc/123 The problem is I am getting 404 errors that are not being processed by wordpress, and even creating a direcotry cgi-bin does the same thing. I am not too sure if I can do this via .htaccess Or is this to do with a PHP.ini setting or even apache? How can I redirect the cgi-bin? Thanks