I have that section in my .htaccess-file:
That should allow only .prg-files as far as I understand (that file was distributed from the vendor that sold the cms).
Before lsws 2.1 that worked without problems but now I still get a "forbidden"-reply as if the files-section is not working.
any ideas?
Code:
Options +ExecCGI
DirectoryIndex viewer.prg
Order allow,deny
Allow from none
Deny from all
<Files ~ "\.prg$">
Order deny,allow
Deny from none
Allow from all
</Files>
Before lsws 2.1 that worked without problems but now I still get a "forbidden"-reply as if the files-section is not working.
any ideas?