mcmuney Posted September 9, 2011 Share Posted September 9, 2011 Until very recently, when I would type if a url on my server, for example, domain.com/abc, it would automatically go to domain.com/abc.php. Almost like a redirect, but there was no such rule using .htaccess. Just out of the blue, this just stopped. Now domain.com/abc will just show a error page. Any thoughts on what would have caused this? Quote Link to comment https://forums.phpfreaks.com/topic/246769-url-extension/ Share on other sites More sharing options...
cags Posted September 9, 2011 Share Posted September 9, 2011 Sounds like you no longer have Options +MultiViews, with this option enabled a request for /foo will search for /foo.* and returns the one it believes to be the best fit. If you haven't changed this in your .htaccess file, then it's perhaps been changed at the VirtualHost level by your host. Quote Link to comment https://forums.phpfreaks.com/topic/246769-url-extension/#findComment-1267255 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.