Localde çalıştığım projede seo url konusunda sorun yaşıyorum .htaccess doğru girmeme rağmen hata alıyorum uzak masaüstü ile bağlanıp bakabilecek var mı?
Options +FollowSymLinks RewriteEngine On ErrorDocument 404 / RewriteRule ^giris(/?)$ login.php [NC] RewriteRule ^kayit(/?)$ register.php [NC] RewriteRule ^profil(/?)$ profil.php [NC] RewriteRule ^sifresifirla(/?)$ sifresifirla.php [NC] RewriteRule ^urun/([0-9a-zA-Z-_]+)(/?)$ urun.php?detay=$1 [L] RewriteRule ^kategori/([0-9a-zA-Z-_]+)(/?)$ kategori.php?urunler=$1 [L]