[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Mod Rewrite befor Alias.



Hi, quick question, how do I get apache to process the following rewrite rule:

RewriteRule ^(www\.|)([^.]+)\.auz\.it(.*)	/home/sites/site4/sites/$2$3

Before any other rewrite rules and aliases without using [N] which causes an 
infinite loop :\

James Austin