• Added about 6 lines of htaccess code. I can’t paste them here, as I didn’t think of saving a copy while scrambling to delete them, since they were causing my entire site to go 500.

    I’d suggest fixing this for other users – those that will attempt to install it after this point, which does not include me.

Viewing 1 replies (of 1 total)
  • Hi there,

    I didn’t get a 500, but found and deleted this in my .htaccess file, despite having deactivated and deleted the plugin. code follows:

    # BEGIN AnyFont
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^images/(.*)\.png$ /wp-content/plugins/anyfont/img.php [L]
    </IfModule>
    # END AnyFont

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: AnyFont] Adds errant htaccess lines’ is closed to new replies.