13 Sep
2011
13 Sep
'11
2:37 p.m.
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. -- Earnie -- http://progw.com -- http://www.for-my-kids.com