Forum Moderators: phranque
<IfModule mod_rewrite.c>
RewriteEngine On
#for Romanian version
RewriteRule ^articol_(.*).html ....
//for English version
RewriteRule ^article_(.*).html .....
</IfModule>
The problem is that both rules work for both domains but I want them to work only for their specific domain.
How can I do this?
Thank you
Best wishes
Sorin