content directory
-
I’m using the WordPress Skeleton setup which uses a custom content directory using the
WP_CONTENT_DIR
and theWP_CONTENT_URL
constants.This plugin does not pick these up. Even after modifying the ‘Watch paths for images’ in the configuration page (wp-admin/options-general.php?page=wprxr), the .htaccess still contains wp-config:
# Adaptive Images <IfModule mod_rewrite.c> RewriteEngine On # Watch directories: RewriteCond %{REQUEST_URI} /wp-content/uploads/ RewriteRule \.(?:jpe?g|gif|png)$ /content/plugins/adaptive-images/adaptive-images/ai-main.php [L] </IfModule> # END Adaptive Images
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘content directory’ is closed to new replies.