Konu: Htaccess ile index.php sayfasını /anasayfa olarak ayarlama
08.09.2015 17:48
RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^.*/index.html RewriteRule ^(.*)index.html$ /$1 [R=301,L]
1 kişi bu mesajı beğendi.