• Hello!
    I moved my WP to a subdir and manually changed

    RewriteRule ^(.+.(?:jpe?g|gif|png)) /wp-content/plugins/wp-retina-2x/wr2x_image.php [QSA,L]

    to

    RewriteRule ^(.+.(?:jpe?g|gif|png)) [mySubDir]/wp-content/plugins/wp-retina-2x/wr2x_image.php [QSA,L]

    The problem is something rewrites the original path, breaking all the images (both front and backend).

    Is there something I do wrong?
    Thanks

    https://wordpress.org/plugins/wp-retina-2x/

  • The topic ‘wrong rewrite rule when moving WP to a subdir’ is closed to new replies.