I want to redirect an entire duplicate directory to the same files in the directory above the dup_folder.
Redirect Code in .htaccess:
Redirect 301 /dup_folder/ http://www.example.biz/
It redirects to:
http://www.example.biz/inspection11.htm?q=dup_folder/inspection11.htm
But I want it to redirect to:
http://www.example.biz/inspection11.htm
Is there something I can add to .htaccess to Rewrite the URL to how I want, or are the two above URLs seen as the exact same URL to a search engine?