Jeff Shearer wrote:
I have been trying without success to rewrite multiple css files with on RewriteCond. Here is my latest attempt to give y'all an idea of what I am trying to do.
Please help.

Thanks.

RewriteEngine on
  RewriteLog /var/log/httpd-rewrite.log
  RewriteLogLevel 2
  RewriteCond %{HTTP_USER_AGENT}  .Windows.*Firefox\/3.*
  RewriteRule ^/styles/progclean.css     
http://progressive.trustedtechpro.com/styles/winff3/progclean.css
  RewriteRule ^/styles/terms.css     
http://progressive.trustedtechpro.com/styles/winff3/terms.css  [L]
  RewriteCond %{HTTP_USER_AGENT}  .MSIE\ 7.*
  RewriteRule ^/styles/progclean.css     
http://progressive.trustedtechpro.com/styles/winie7/progclean.css
  RewriteRule ^/styles/terms.css     
http://progressive.trustedtechpro.com/styles/winie7/terms.css  [L]
  RewriteRule ^/styles/progclean.css     
http://progressive.trustedtechpro.com/styles/unsupported/progclean.css
  RewriteRule ^/styles/terms.css     
http://progressive.trustedtechpro.com/styles/unsupported/terms.css  [L]

What seems to be missing above is :
- what is the hostname of the server on which you do the above ? is it also "progressive.trustedtechpro.com" ?
- what is the problem ?


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to