php - .htaccess rewrite turn to 500 internal server error -


why htaccess turn site 500 internal server error? code,

rewriteengine on rewritebase /  rewriterule ^artikel-ke-([0-9]+) single.php?id=$1 [nc,l] rewriterule ^halaman-ke-([0-9]+) page.php?id=$1 [nc,l] rewriterule ^kategori-([0-9]+) category.php?id=$1 [nc,l] 

i deleted ^ code, nothing changes. idea?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -