• Resolved Fahad Mahmood

    (@fahadmahmood)


    This plugin wasted much of my time to find out the issue that why my htaccess file is being updated/replaced again and again. The bad thing is it appends the same code and keep appending sometimes if you have some other headers in htaccess. It should resolved, i am just uninstalling it for now.

    https://wordpress.org/plugins/ultimate-member/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    UM plugin does not modify or update htaccess ever, It never does any amends to htaccess. I think you have another plugin doing it. Can you tell us which bit of code modifies your htaccess?

    Thanks!

    Thread Starter Fahad Mahmood

    (@fahadmahmood)

    Its just replacing the htaccess as whole and placing the following code every time every 4th second.

    AddHandler x-mapp-php5.5  .php
    # 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
    Plugin Author Ultimate Member

    (@ultimatemember)

    We use flush rewrite rules only to update rewrite rules and make it compatible with other plugins and themes but we do not update or add anything to htaccess.

    Thread Starter Fahad Mahmood

    (@fahadmahmood)

    Then must observe it that it has some bug which is updating the file every time. You migh tbe using flush rewrite rules but it is doing as i described, i have double checked it and finally uninstalled the plugin.

    Plugin Author Ultimate Member

    (@ultimatemember)

    You are the only one who report similar issue, I’ll check that further. Thanks

    Thread Starter Fahad Mahmood

    (@fahadmahmood)

    Sure, i thought to create a video of this activity but don’t have much time for this. On one hand i kept open my ftp client and on other hand i tried your plugin activate/deactivate so i found this issue that whenever i activate this so htaccess is being updated/replace every 4th second which is removing all previous settings from htaccess file.

    Plugin Author Ultimate Member

    (@ultimatemember)

    Ok I’ll look into this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Overwritting htaccess file again and again’ is closed to new replies.