• Hello,

    Please if someone can copy it’s original code from yoast htaccess. edit file because I had an old theme where I had to change it a lot so now I do not know what is origin code and what is added code…

    I want to bring it back on the start…

    Can anyone help ?

    Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dt125x

    (@dt125x)

    Please someone, go to SEO => EDIT FILES

    Just copy your code from htaccess here…

    Thanks

    [Moderator Note: No bumping, thank you.]

    This is what a basic htaccess file contains:

    # 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

    It’s what you get if you go to SEO > Edit files, but you can see it also in the WP Codex.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yoast origin htaccess code ?’ is closed to new replies.