Code review comment for lp:~gesha/linaro-license-protection/non-standart-http-port

Revision history for this message
Данило Шеган (danilo) wrote :

Also, you can make that entire block 'simpler' by using slightly more complex RE:

 RewriteCond %{HTTP_HOST} ^([^\:]*)(\:.*)$
 RewriteRule .* - [E=CO_DOMAIN:%1]

« Back to merge proposal