Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mnhfile

    (@mnhfile)

    .htaccess file shows this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule .* - [E=noabort:1]
    RewriteRule .* - [E=noconntimeout:1]
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Seems you have some extra rules in your .htaccess

    These are standard WordPress rules:

    # 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

    You can rename your current .htacces file, then go to Settings -> Permalinks and just click save settings button. It will create a new .htaccess file.

    Thread Starter mnhfile

    (@mnhfile)

    I add these two rules because I’m having this error while backup with backupbuddy –check for schedule.- ping? server etc

    Thread Starter mnhfile

    (@mnhfile)

    you know how to write these rules in .htaccess

    RewriteRule .* – [E=noabort:1]
    RewriteRule .* – [E=noconntimeout:1]

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

The topic ‘HTTP/1.1 302 Moved Temporarily’ is closed to new replies.