On Fri, Feb 22, 2008 at 5:34 PM, Steve Finkelstein <[EMAIL PROTECTED]> wrote:

>   RewriteEngine On
>   RewriteRule !^/login.php$ http://%{SERVER_NAME}
>
>
>  This was working great except for one issue. It completely breaks all
>  images, CSS, JavaScript, and other goodies. Is there a possible way to
>  exclude those also or perhaps a more appropriate way to rewrite my
>  second batch of rules for the SSL Vhost?

BEFORE the existing rewriterule, include other rewriterules to stop
processing on the files you want excluded:
RewriteRule \.(css|js|jpg) - [L]

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to