I want to remove .php from my files and if anyone writes .php not working like this:
www.example.com/home.php => www.example.com/home
if a user adds .php => not working or redirect to home
This is my .htaccess for URL:
RewriteRule ^home$ home.php