shadiadiph Posted July 12, 2016 Share Posted July 12, 2016 Hi I just noticed a major issue with my site i had lot so of images that were not showing in wordpress as they had a .JPG file extension. I fixed them all and tried to write a normal .htaccess Redirect 301 / from the uppercase img to the lower case now I am getting lots of 404 errors from certain backlinks. How can I make a rewrite ".JPG" to ".jpg" in a url in .htaccess been trying for an hour now can not seem to find the answer. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
requinix Posted July 13, 2016 Share Posted July 13, 2016 Apache's mod_speling has something to "fix" case-sensitivity problems. In your case it should respond with a redirect to the properly-cased filename. CheckCaseOnly onCheck your server access logs periodically over the next few months. When you see that the number of requests to the uppercase filenames has dropped to nearly zero then you should remove the directive and let nature take its course with the remaining stragglers. Quote Link to comment 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.