• 27-03-2015, 00:51:17
    #1
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^baranplast.com.tr [NC]
    RewriteRule ^(.*)$ http://baranplast.com/$1 [L,R=301,NC]


    arkadaşlar bu kodu web.confige göre nasıl convert edebiliriz.
  • 27-03-2015, 20:40:40
    #2
    <rule name="Redirect" stopProcessing="true">
    <match url="(.*)" />
    <conditions>
    <add input="{HTTP_HOST}" pattern="^www.tsogosundigishare.com$" negate="true" />
    </conditions>
    <action type="Redirect" url="http://www.tsogosundigishare.com/" redirectType="SeeOther" />
    </rule>

    Denermisin