sadoado adlı üyeden alıntı

htacces şu şekilde:
Options +FollowSymLinks

IndexIgnore *

order allow,deny



RewriteEngine on
RewriteRule ^kategori/(.*).html$ index.php?kategori=$1 [L,NC]
RewriteRule ^etiket/(.*) index.php?etiket=$1 [L,NC]
RewriteRule ^oyna/(.*).html$ index.php?oyna1=$1 [L,NC]
RewriteRule ^(.*).html$ index.php?oyna=$1 [L,NC]

RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^galaoyun\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.galaoyun\.com$
RewriteRule ^update$ "http\:\/\/galaoyun\.com\/index\.php" [R=301,L]
ErrorDocument 404 http://www.galaoyun.com/


nasıl değiştirmem gerekiyor? verdiğiniz şekilde alttaki 2 taneyi değiştirdim ama olmadı?


rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/ $1 [r=301,nc]

Options +FollowSymLinks

IndexIgnore *

order allow,deny



RewriteEngine on
RewriteRule ^kategori/(.*).html$ index.php?kategori=$1 [L,NC]
RewriteRule ^etiket/(.*) index.php?etiket=$1 [L,NC]
RewriteRule ^oyna/(.*).html$ index.php?oyna1=$1 [L,NC]
RewriteRule ^(.*).html$ index.php?oyna=$1 [L,NC]

RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
ErrorDocument 404 http://www.galaoyun.com/
RewriteCond %{http_host} ^domain.com [nc]
RewriteRule ^(.*)$ http://www.domain.com/ $1 [r=301,nc]

BU ŞEKİLDE DÜZELT İSTERSEN

Ek Olarak: AYRICA YÖNLENDİRME HEMEN OLMAZ BİR SÜRE SONRA DÜZELİYOR.

AYRICA CPANELDEN WİLCART AYARINIDA YAPARSAN İSTEDİĞİN DAHA HIZLI OLUR.