isteweb web developer, search engine optimization, google search agent
Webmaster kodları web tasarım asp php alet çantası grafik google agent kodlama seo

Asp to Html uzantılı göstermek

www.site.com/deneme_haberi_h18.html şeklinde göstermenin kolay olduğunu biliyor muydunuz? Google bu html uzantıların indexlemede çook hızlıdır.

Bunun için sunucunuzda IIS7 kurulu olmalı.

Ayrıca sunucunuzda iis7′nin modüllerinden olan iss7 url rewrite kurulu olması gerekir. Bunu hosting firmanıza sorunuz.

Şimdi gelelim meselemize: Web.config adında bir dosya oluşturun ve içine şöyle bir örnek yazın:

<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
               

               <rule name=”deneme” stopProcessing=”true”>
                    <match url=”^(.*)_h([0-9]+).html” ignoreCase=”true” />
                    <action type=”Rewrite” url=”konu.asp?id={R:2}” />
                </rule>
               
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

Cevap Yok to “Asp to Html uzantılı göstermek”

Yorum yapın

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Değiştir )

Twitter picture

You are commenting using your Twitter account. Log Out / Değiştir )

Facebook photo

You are commenting using your Facebook account. Log Out / Değiştir )

Connecting to %s

Follow

Get every new post delivered to your Inbox.