views:

17

answers:

0

I have this in my .htaccess file

RewriteRule ^example6/$ http://www.yahoo.com [R=303]

The rewrite engine is on, all other rules are working except this one. Any idea why this may not be working and what I need to do to get it working.

Thanks