add multilanguage support (currently EN and DE)

This commit is contained in:
2015-12-11 19:39:52 +01:00
parent 4adfdb3339
commit e31a21fa6f
8 changed files with 289 additions and 78 deletions

View File

@@ -22,7 +22,7 @@ require valid-user
Allow from all
</FilesMatch>
<FilesMatch "\.(css|js|php|html|htm|var)$">
<FilesMatch "\.(css|js|php|html|htm|var|png)$">
Order Allow,Deny
Allow from all
</FilesMatch>