I have been thinking of adding extra security to the admin section.
What if I changed this part of the .htacces:
toCode:# but now allow just *certain* necessary files: <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)"> Order Allow,Deny Allow from all </FilesMatch>
In other words, only make the admin part accessible for myself from my own (fixed) IP-address.Code:# but now allow just *certain* necessary files: <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)"> Order Allow,Deny Allow from <MY-IP ADDRESS> </FilesMatch>
Would my shop still function as it should for customers? Or would I wreck my shop?


Reply With Quote
