Options +FollowSymLinks
RewriteEngine on
RewriteBase /
ReWriteRule ^index.php$ index.php [L,NC]
ReWriteRule ^Kategoriler$ Kategoriler.php [L,NC]
RewriteRule ^En-Cok-Okunanlar.html$ index.php?Git=EnCokOkunanlar [L,NC]
RewriteRule ^Iletisim.html$ index.php?Git=Iletisim [L,NC]
RewriteRule ^En-Yeniler.html$ index.php?Git=EnYeniler [L,NC]
RewriteRule ^Kurallar.html$ index.php?Git=Kurallar [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/$ index.php?Git=Kategoriadi&Katadi=$1 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)-([_A-Za-z0-9-]+).html$ index.php?Git=videoOku&Kategori=$1&video=$2&id=$3 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)-([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+).html$ index.php?Git=videoOku&Kategori=$1&video=$2&id=$3& part=$4 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)-([_A-Za-z0-9-]+)_Sayfa([0-9]).html$ index.php?Git=videoOku&Kategori=$1&video=$2&id=$3& Sayfalar=$4 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/Sayfa([0-9]).html$ index.php?Git=EtiketUrl&id=$1&Sayfalar=$2 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+).html$ index.php?Git=EtiketUrl&id=$1 [L,NC]
RewriteRule ^([_A-Za-z0-9-]+)/([0-9])/$ index.php?Git=Kategoriadi&Katadi=$1&Sayfalar=$2 [L,NC]