RewriteEngine on
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteRule ^(.*)$ index.php?q=$1 [L]
Bu? Q = {url} index.php herhangi url yazmanız lazım, ve çalışıyor. Neyse, http://www.domain.com/
sadece boş bir sayfa gösteriyor. Nasıl / index.php için yeniden yazabilirsiniz? (http://www.domain.co.il/index.php
boş bir sayfa görünmüyor ..)
BTW: Bu kodun yönlendirme ve yeniden değil, neden mi?
Teşekkürler.