ht*p://thesitehere/cgi-bin/main/
Then a lot of the content was dynamic and a lot of the content would show up like this
ht*p://thesitehere/cgi-bin/main/?34223454asdfdsafsdafs
We have since changed our front page and it's located at w*w.mysitehere.com
Unfortunately, some of the search engines (inktomi mainly) still think that ht*p://thesitehere/cgi-bin/main/ is my front page. I'd like to put in a redirect so that if someone tries to go to ht*p://thesitehere/cgi-bin/main/ they will just go to my front page. I've tried .htaccess and this is what I added:
redirect permanent /cgi-bin/main/ h*tp://www.thesitehere.com
It doesn't work. I still get sent to that same cgi page.
Are there any cgi gurus out here who could help me? I need to redirect all traffic that goes to ht*p://thesitehere/cgi-bin/main/ back to www.thesitehere.com.