Is it possible to write a htaccess file which will take a URL
/some-new-name and direct to the actual page /file-name.php
All the content is created in the page /file-name.php but I want the user to type /some-new-name and be taken to that page
Also is it possible to force the /some-new-name to display if a user was to click /file-name.php
You can use following code to do that: