htaccess media access control breaks featured images
-
I was testing the media access controll feature and uploaded a .htaccess file to the upload folder.
# BEGIN AAM Media Access Control RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} -f RewriteRule . /index.php?aam-media=1 [L] # END AAM Media Access Control
After doing so and without any restrictions set via AAM, just using the .htaccess file breaks all featured images on my site (e.g. on archive, category lists).
It happens also with the wordpress default theme.
Is there anything wrong with that code?
https://www.ads-software.com/plugins/advanced-access-manager/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘htaccess media access control breaks featured images’ is closed to new replies.