.htaccess RewriteRule code:
RewriteRule ^urunler/([0-9a-zA-Z-_]+)/([0-9]+)/?$ urunler.php?kategori_id=$1&page=$2 [L,QSA]
I am going to this url "example.com/urunler/hi-tech-cadirlar/1".There is an error in this URL. But "example.com/urunler/hi-tech-cadirlar" this url go to 404 not found page. I can not make pagination. I dont want the error Empty paramters.