.htaccess
-
Do the lines below go before or after “RewriteBase /”? In the plugin settings itself it says after. On the Installation tab of the plugin details it says these lines must be followed by “RewriteBase /”. Which is it?
# WordPress SEO Images plugin
RewriteCond %{HTTP_USER_AGENT} Googlebot-Image [NC]
RewriteRule ^(wp-content/uploads/.*)$ /wp-admin/admin-ajax.php?action=wp_seo_images_action_get&url=$1 [L]
The topic ‘.htaccess’ is closed to new replies.