Relates to https://github.com/shaarli/Shaarli/issues/872
Relates to https://github.com/shaarli/Shaarli/issues/993
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
<IfModule version_module>
<IfVersion >= 2.4>
- Require all denied
+ Require all denied
+ <Files "user.css">
+ Require all granted
+ </Files>
</IfVersion>
<IfVersion < 2.4>
- Allow from none
- Deny from all
+ Allow from none
+ Deny from all
+ <Files "user.css">
+ Allow from all
+ </Files>
</IfVersion>
</IfModule>