I need to write an instruction in .htaccess
to get this url in a friendly format. This is it:
... I need to become:
You do not understand anything about .htaccess
Thank you
I'm not a PHP expert, but I think that will do.
Put in your .htaccess
:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php