Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rachelasm

    (@rachelasm)

    Thanks again James for your help. Cheers.

    Thread Starter rachelasm

    (@rachelasm)

    Hi James, thanks so much for your help.

    One last thing. Once I find the culprit, should I contact the plugin developer or would you recommend just finding another similar plugin?

    Thread Starter rachelasm

    (@rachelasm)

    Sorry, to clarify on the above, sometimes the site crashes when the text is only amended once, and other times, like today, it is working despite all the replications, but it will eventually crash.

    Thread Starter rachelasm

    (@rachelasm)

    It doesn’t dramatically change the text, but rather seems to add addition text at random times.

    The original coding /text is:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    and then it is automatically changed to:

    <IfModule mod_rewrite.c>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Typically, the site still works when its only changed once, but for some reason it can be repeated numerous times. Eg. I amended the htaccess file this morning, however I’ve just logged back in to get a copy of the amended text and it’s been replicated more than 80 times in the past 5 hrs. At the moment the website is still working but no doubt its about to crash again shortly…

    Hey there, just wondering if you’re still working on adding Bloglovin? Just installed your plugin and it works well, although it will be even better when / if it includes Bloglovin ??

Viewing 5 replies - 1 through 5 (of 5 total)