I want to remove the .php from the url through htaccess file. for example home.php to home I'm using the following rewrite rule in htaccess file.
RewriteRule ^(([^/]+/)*[^.]+)$ /$1.php [L] and also I want to rewrite the url. for example
/detail.php?ca=38&title=rewrite uri sample to
detail/article/38/rewrite uri sample