Apache yoksa .htaccess çalışmaz hocam
mevcut httaces i web config olarak nasıl dönüştürebilirim
htacces kodu
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [L]
RewriteRule ^university-([0-9a-zA-Z-_]+) university-licence-detay.php?sef=$1 [L,QSA]
RewriteRule ^kategoriler-([0-9a-zA-Z-_]+) kategori.php?sef=$1 [L,QSA]
RewriteRule ^([a-zA-Z0-9-_]+)$ bungalow-detay.php?sef=$1 [L,QSA]