
Originally Posted by
jisaac
I finally install a 1.3.9h test environment to test this code. Actually, there is a security conflict issue from \includes\.htaccess which prevents the ability of any scripts to run and my new file includes\templates\classic\css\stylesheet_zen_lightbox.php which generate css rules.
When I change .htaccess with the following code it works :
<FilesMatch ".*\.(js|JS|php|PHP|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
I am not an expert in security management. So I don't have a good solution to propose.