arasdizayn adlı üyeden alıntı: mesajı görüntüle
RewriteEngine on
Options +FollowSymlinks
RewriteBase /

RewriteRule ^\iletisim$ iletisim.php [L]
.htaccess dosyam aşşağıdaki gibi

Alıntı
Options +FollowSymLinks
RewriteEngine on
#rewritebase /
RewriteRule (kategori)-(.*)-([0-9]*)-(sayfa)-([0-9]*).html$ index.php?page=urun&id=$3&sayfa=$5 [QSA,NC,L]
RewriteRule (fotogaleri)-(.*)-([0-9]*)-(sayfa)-([0-9]*).html$ index.php?page=galeri2&id=$3 [QSA,NC,L]
RewriteRule (urun)-(.*)-([0-9]*).html$ index.php?page=urunicerik&id=$3 [QSA,NC,L]
RewriteRule (galeri)-(.*)-([0-9]*).html$ index.php?page=galeri3&id=$3 [QSA,NC,L]
RewriteRule (blog)-([0-9]*).html$ index.php?page=blog&sayfa=$2 [QSA,NC,L]
RewriteRule (blogyazisi)-([0-9]*).html$ index.php?page=blogoku&id=$2 [QSA,NC,L]
RewriteRule (videolar)-([0-9]*).html$ index.php?page=videolar&id=$2 [QSA,NC,L]
RewriteRule (video)-([0-9]*).html$ index.php?page=video&id=$2 [QSA,NC,L]
RewriteRule (haber)-([0-9]*).html$ index.php?page=haber&id=$2 [QSA,NC,L]
RewriteRule anasayfa.html$ index.php
RewriteRule hakkimizda.html$ index.php?page=sayfa&id=200
RewriteRule vizyonumuz.html$ index.php?page=sayfa&id=201
RewriteRule misyonumuz.html$ index.php?page=sayfa&id=202

RewriteRule kalite-programimiz.html$ index.php?page=sayfa&id=26
RewriteRule vizyonumuz.html$ index.php?page=sayfa&id=27
RewriteRule misyonumuz.html$ index.php?page=sayfa&id=28
RewriteRule insan-kaynaklari.html$ index.php?page=sayfa&id=29
RewriteRule hizmetlerimiz.html$ index.php?page=sayfa&id=30
RewriteRule referanslarimiz.html$ index.php?page=sayfa&id=31
RewriteRule iletisim.html$ index.php?page=iletisim
RewriteRule urunler.html$ index.php?page=urunler
RewriteRule download.html$ index.php?page=download
RewriteRule iletisimformu.html$ index.php?page=iletisimformu
RewriteRule galeri.html$ index.php?page=galeri

şimdi benim sorum şu mesala


RewriteRule download.html$ index.php?page=download

buya ana sayfada Download sekmesine tıklayınca

http://www.x.com/download.html böyle açıyor The page cannot be found hatası veriyor

fakat url kısmına elle

http://www.x.com/index.php?page=download böyle yazınca sayfa açılıyor


ana sayfada Download sekmesine tıklayınca dowloand.html de index.php?page=download sayfasını açtırmak istiyorum ?