[TYPO3] naw_securedl
Costa Papadopoulo
copa at hol.gr
Sat May 3 12:32:56 CEST 2008
Hi all,
I have now a 4.1.6 TYPO3 and all works fine.
Now I wanted to restrict access from outside to following folders:
fileadmin/INTRA/
I installed naw_securedl as requested in the docs.
config securedDirs:
typo3temp|uploads|fileadmin/INTRA
filetype:
pdf|jpe?g|gif|png|doc|pdf|xls|rar|tgz|tar|gz|mp3|txt|avi|mpe?g|wmv
I also have a .htaccess in the INTRA folder, which contains:
<FilesMatch
"\.([Pp][Dd][Ff]|[Jj][Pp][Ee]?[Gg]|[Gg][Ii][Ff]|[Pp][Nn][Gg]|[Dd][Oo][Cc]|[Pp][Dd][Ff]|[Xx][Ll][Ss]|[Rr][Aa][Rr]|[Tt][Gg][Zz]|[Tt][Aa][Rr]|[Gg][Zz])">
Order deny,allow
Deny from all
Allow from none
</FilesMatch>
But the problem is, that the .htaccess file seems to be ignored.
I have a file test.txt in the fileadmin/INTRA/ folder.
When I call it like www.example.com/fileadmin/INTRA/test.txt it is displayed
even with no BE Session and all cookies deleted.
What do I miss?
Whats wrong with my settings?
Costa
More information about the TYPO3-english
mailing list