Forum Moderators: phranque

Message Too Old, No Replies

.htaccess 404 ErrorDocument 404 not working for cgi-bin links

         

concepts99

9:51 pm on Jun 3, 2011 (gmt 0)

10+ Year Member



Hello,
I need some help. I have some old links in the web

www.site.com/cgi-bin/aaaa/bbbb

Not using the cgi-bin anymore, and want to redirect to main sie

www.site.com



my cgi-bin is located above my root

I put an .htaccess file in /cgi-bin

with

ErrorDocument 404 [site.com...]

however, when I try www.site.com/cgi-bin/aaaa/bbbb

Instead of going to the 404 redirect page not found html page, it gives me the standard apache

Not Found

The requested URL /cgi-bin/aaaa was not found on this server.

Can anyone help me on this? I am stumped.

Thanks