2012-02-21, 23:56:59
srsdesign Wrote:Also within the site I am using a flash simple slideshow viewer that requires access to some xml files but using the standard .htaccess in the root it wont allow access to these unless I disable the <files> part of that which obviously isn't a good situation.
You can allow the access to especially defined xml-files
for example:
Code:
<Files galerie.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18