I want to rewrite URL with help of ".htaccess" file, but having some problem.
http://domian.in/code.php?code=hby5
to
I used this below htaccess code but having "500 Internal Server Error".
RewriteEngine On
RewriteRule ^([^/]*)$ /code.php?code=$1 [L]
Any help will be appreciable.