Forum Moderators: phranque
I've tried umpteen variations of this, looked at loads of different tutorials, but keep getting a 500 server error that isn't showing up in the server error log.
So I don't know what's wrong.
RewriteCond %{HTTP_USER_AGENT} botname¦otherbot [NC]
RewriteCond $1 !^archive/
RewriteRule ^([^.]+\.shtml)$ /archive/$1 [PT,L]
Jim