Quote Originally Posted by jisaac View Post
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.
I applied the change to my includes/.htaccess file in my test site, and this does result in the mulit-language zen_lightbox.

I'll see inquire on other forums if there are any security issues from the .htaccess change.

Thanks for your help!