Ursula Pieper wrote:
Nancy,
The following should do what you want:
Redirect /cc/ http://example.com/
This redirects requests like: http://example.com/cc/whatever.html to http://example.com/whatever.html
I put these into httpd.conf. Have not tried it in .htaccess.
Or write a module whose purpose is to drupal_goto when arg(0) == 'cc' in a hook_boot implementation.