Have file create.php
Want if user types domain.com/create.php show domain.com/create
in .htaccess above RewriteEngine on placed this
RewriteRule ^create/?$ create.php [NC]
But if i type domain.com/create.php, i see .php
how to allow access to create.php file only from url domain.com/create?