• there is message like

    Mod Rewrite Rules
        Mod Rewrite rules cannot be updated!
    
        You must have BEGIN and END markers in /myserverlocation/html/pilates/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:
    
    # BEGIN WordPress
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
        # END WordPress
    
        Refresh this page when you have updated your .htaccess file.

    this example confuses! because “main wordpress rules” are more now.
    and please write some explanation like: surround main rules after

    RewriteEngine On
    RewriteBase /

    also clear please, that if there are additional custom rules, user should know, understand what he is doing, whether to surround them also…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dinar Qurbanov

    (@qdinar)

    now it inserts
    RewriteEngine On
    RewriteBase /
    , so they can be doubled, but that is no problem and reliable, i think.

    Yeah, I need to update that example code for the WordPress rules.

    Unfortunately it’s very difficult to document clearly what has to be done in the .htaccess file as many users customise it. ??

    Thread Starter Dinar Qurbanov

    (@qdinar)

    and it confused me because i did not notice word “like” in this place: “… They look like this and …”. may be it is just because i do not know english well. i understood it at first glances as it should look exactly that way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] "surround the main WordPress mod_rewrite rules … " should be cl’ is closed to new replies.