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.
htacces kodunu web.confige çevirek çok kısa
1
●375
- 27-03-2015, 00:51:17
- 27-03-2015, 20:40:40<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