Hi, new guy here learning his way, taking over site work.
I want to enter into my browser address: www.my-domain.com/anyword
and have the server use anyword as a base to look for files with extensions?
e.g. anyword.html, anyword.htm, anyword.php etc.
I do not want to create an entry for every file I might have. I also want to use that approach in my page href=links if possible. The main goal is to make it easier to change file names in the future /application.html today might be /application.php next year. or I could upload about.html and test it on my own while existing visitors still view about.htm. Getting search engines to see the new ??.html is an redirection issue for later.
I know that a
>DirectIndex
statement in the .htaccess file controls the search order for default pages.
if the client enters www.domain.com the server will look for index.html index.htm .... default.htm.
This would be similar except looking for files.
Thanks for any ideas and thanks for being here to read this.
Kevan