Hope this is the right forum for my question.
I have a php page, say named myInstance.com/excellent.php. The page used to work when user type the following to the browser address bar:
myInstance.com/excellent (i.e., no dot php)
Recently the server is somehow modified by someone, and now I need type
myInstance.com/excellent.php (i.e., with dot php)
in order to access the page.
Not sure if it has anything to do with apache server.
Anybody know what was changed and how I can get the address without dot php working again (because many people bookmarked the page with the address without dot php)?
Thanks a lot!
-tx