----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- I am able to rewrite a url as follows RewriteRule ^/shop/fullview/(.*) /servlets/fullview/$1 [PT] but doing so disables all my other servlets, which give a 403 error (Forbidden) The error_log says: [Tue Aug 24 08:37:49 1999] [error] [client 192.168.100.3] object is not a file, directory or symlink: /servlets/detail/2135/1 The mod_rewrite log says: 192.168.100.3 - - [24/Aug/1999:08:37:49 -0700] [removed.hostname.com/sid#83e9eac][ri d#87a058c/initial] (1) pass through /servlets/detail/2135/1 I have ordered my AddModule lines in accordance to <http://java.apache.org/faq/fom-serve/cache/131.html> Is there anything (else) obvious that I'm doing wrong? Thanks much. -mdf -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]