On Wed, Feb 13, 2008 at 06:32:21PM -0700, Michael McGlothlin wrote:
> Create an exception rule before your other rules that will match only 
> what you want to ignore. Have it sub to - and make it a [L] rule. I 
> think that'll take care of you.

i.e.

RewriteEngine   On
RewriteLogLevel 2
RewriteLog  "/var/log/apache2/rewrite.log"

RewriteCond %{SERVER_PORT} ^80$
RewriteRule /pagamento/boleto - [last]

RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}$1 [redirect,last]

-- 
Christian Folini, Swiss Post IT, Unix / Apache Engineering
+41 (0)58 338 79 96               [EMAIL PROTECTED]

---------------------------------------------------------------------
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