The rule enabling the WAC on line 11:
RewriteRule ^data/.*/.*/.*$ ./Services/WebAccessChecker/wac.php [L]
When this rule is enabled all uploaded media and the smilies are not getting past the WAC. The path to the media files is right but the WAC won't let the request through and throws a 404. The .htaccess file is exactly the same.
RewriteRule ^data/.*/.*/.*$ ./Services/WebAccessChecker/wac.php [L]
When this rule is enabled all uploaded media and the smilies are not getting past the WAC. The path to the media files is right but the WAC won't let the request through and throws a 404. The .htaccess file is exactly the same.