IIS ile deneseniz çalışmayabilirdi ama xamppde apache server ile çalıştırır. Kodu paylaşabilir misiniz?
.htaccess kodu mu ?
Options +FollowSymLinks
RewriteEngine On
ErrorDocument 404 http://dijitalurun.site/404.php
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]