GetSimple Support Forum
htaccess disallow access to XML files - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: htaccess disallow access to XML files (/showthread.php?tid=1220)



htaccess disallow access to XML files - ccagle8 - 2011-01-08

Just found this in a Joomla .htaccess file... could be useful for us. What do you think?

## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>