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