İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

.htacces

eraset

0
İyinet Üyesi
Katılım
12 Temmuz 2005
Mesajlar
111
Reaction score
0
merhaba arkadaşlar

win sunucuda .htacces dosyalarını çalıştırmak için ne yapmalı..?
 

Webalemi

0
İyinet Üyesi
Katılım
3 Ekim 2005
Mesajlar
188
Reaction score
0
hehe valla bende bu konuyu arıyodum açmama gerek kalmamış:) yanıtlarsanız sevinirim arkadaşlar.
 

Caesar

0
İyinet Üyesi
Katılım
5 Haziran 2006
Mesajlar
1,894
Reaction score
7
.htaccess apache sunucunun mod_rewrite modülüdür. win sunucularda apache kullanıyorsanız kullanabilirsiniz. ISS lerde mod_rewrite yoktur.
 

eraset

0
İyinet Üyesi
Katılım
12 Temmuz 2005
Mesajlar
111
Reaction score
0
ingilizcesi olan bir arkadaş açıklarmı lütfen sayfada yazanı :(
 

eraset

0
İyinet Üyesi
Katılım
12 Temmuz 2005
Mesajlar
111
Reaction score
0
URL Rewrite Filter for IIS
Mod Rewrite is a regular expressions URL rewrite engine made to help webmasters gain control over the way Mircrosoft's IIS handles URLs.

Mod Rewrite is placed between IIS and the HTTP requests made to the web server, giving it the ability to rewrite URLs before they are processed.

Advantages of Mod Rewrite
Search Engine Optimization

In today's market, information is everything, people is always in search for information and search engines are being used in order to find that information. Almost 80% of the sales generated on the internet are referred by search engines.

Don't loose the opportunity to be indexed because your URLs are full with query strings. With Mod Rewrite you can make those pages search engine frienldy and easier to index, give it a try, we're sure you are going to see the difference.

Security

Do you remember IIS's bug ::$DATA about 4 years ago? there was a bug found in IIS making it possible for anyone on the internet to attach ::$DATA to the URL and get the source code of the file.

Imagine for a moment someone makes this request "/global.asp::$DATA" on your server and the server instead of sending an user unauthorized request, it sends the file as plain text, would you like people seeing what's on your global.asa?

With Mod Rewrite you can protect your web server for malicious URLs. Just create a rule to scan incoming requests for global.asa and send the request to /denied.asp. So simple would it be: RewriteRule ^/global.asa /denied.htm

Usability

From a visitor's point of view, friendly URLs are easier to remember, read, and give a better understanding of your website's structure.

For a great explanation of URL usability please read Jesse James Garrett's article about URL usability

For installation instructions and some configuration examples please read the documentation.

If you have any questions or need more information about Mod Rewrite for IIS contact us directly at [email protected] or if preferred thru the online form.


sayfa bende açılıyor şu an :(
 

Yuc3L

0
İyinet Üyesi
Katılım
2 Eylül 2006
Mesajlar
62
Reaction score
0
.htaccess apache sunucunun mod_rewrite modülüdür. win sunucularda apache kullanıyorsanız kullanabilirsiniz. ISS lerde mod_rewrite yoktur.

.htaccess sadece mod_rewrite için kullanılmaz, bir çok şey yapabilirsiniz .htaccess ile. iss de yoktur mod_write ama iis de vardır :p

iis de mod_rewrite.dll ve mod_rewrite.ini url rewrite uygulanacak sitenin rootuna konur, iis manager açılır, uygulanacak siteye sağ tıklanıp properties e tıklanır. Açılan pencerede ISAPI FILTER tabı seçilir Add ile mod_rewrite eklenir, iis yeniden başlatılır. rule olarak sanırım .htaccess ile aynı şekildedir.
Kod:
RewriteRule ^/detay/(.*).htm /detay.asp?id=$1

böyle bir şeyler işte
 

LiLattah

0
İyinet Üyesi
Katılım
25 Eylül 2005
Mesajlar
536
Reaction score
0
iis ile birlikte apache kurulu ise zaten otomatik çalışmakta şu anda..
 
B

bEbeQ

Misafir
iss de asla çalışmaz mod_rewrite :D Apachi kurun başınız agrımasın hem iis den 10 daha kaliteli birşey :=)
 

FrontPage

0
İyinet Üyesi
Katılım
31 Aralık 2003
Mesajlar
475
Reaction score
0
Konum
Yozgat
.htaccess sadece mod_rewrite için kullanılmaz, bir çok şey yapabilirsiniz .htaccess ile. iss de yoktur mod_write ama iis de vardır :p

iis de mod_rewrite.dll ve mod_rewrite.ini url rewrite uygulanacak sitenin rootuna konur, iis manager açılır, uygulanacak siteye sağ tıklanıp properties e tıklanır. Açılan pencerede ISAPI FILTER tabı seçilir Add ile mod_rewrite eklenir, iis yeniden başlatılır. rule olarak sanırım .htaccess ile aynı şekildedir.
Kod:
RewriteRule ^/detay/(.*).htm /detay.asp?id=$1

böyle bir şeyler işte

verdiğin bilgi için tşk.
çok güzel. iis'de aradığım bir konu idi :)
 

peace

0
İyinet Üyesi
Katılım
20 Nisan 2007
Mesajlar
78
Reaction score
0
Konum
İstanbul
peki bu mod_rewrite.dll ve ini dosyasını nereden bulacağız? yardımcı olabilecek kimse varmı.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst