ecgbyme Posted February 2, 2012 Posted February 2, 2012 Could someone be kind enough to post the .htaccess file from 2.3.1 The one for the image directory. Everything I tried from searches makes all images not appear.
Guest Posted February 2, 2012 Posted February 2, 2012 I have attached it as well. (if it worked) # $Id$ # # This is used to restrict access to this folder to anything other # than images # Prevents any script files from being accessed from the images folder <FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$"> Order Deny,Allow Deny from all </FilesMatch> Chris
ecgbyme Posted February 3, 2012 Author Posted February 3, 2012 Thanks so much Chris! Images remain in tact and sitemonitor warning is gone. Had looked all over but couldn't find the right answer. Appreciate your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.