• my website is broken because of the plug in!! shame. dont recommend. Cant view any pages. .htaccess is corrupted

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Hughes

    (@paulhughes01)

    Hi there!

    Uh oh; sorry that you’re having trouble with the plugin. I’m more than happy to help figure out what is going on and get things working for you. Can you shoot me an e-mail to paul [at] muut [dot] com? In the meantime, if you are able unable to access the website still, try deleting the old .htaccess file (your site will re-generate it), uninstall/deactivate the Muut plugin by changing the name of the directory from ‘muut’ to ‘muut1’ (or anything else). Then, if you add the following lines to your theme’s functions.php file before re-installing/activating, it should load properly again:

    if ( class_exists( 'Muut' ) ) {
    	remove_action( 'admin_init', array( Muut::instance(), 'maybeAddRewriteRules' ) );
    	remove_action( 'flush_rewrite_rules_hard', array( Muut::instance(), 'removeRewriteAdded' ) );
    }

    Once you’ve done that, we can try and figure out where the problem was with how it was interacting with your .htaccess file. I don’t suppose you have a copy of the broken one? Anyway, shoot me an e-mail and we can get this fixed up straight away for you. 🙂

    Thanks; sorry again it gave you some trouble!

Viewing 1 replies (of 1 total)
  • The topic ‘it breaks website on wordpress’ is closed to new replies.