• Hi, I would like to know, if I restore the site to a previous date from where i did this restoration I can′t fix, will the issue be solved?
    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hmm – maybe! But, the redirect you used is a 301 – so you’ll need to make sure you clear all your caches too. How did you set the redirect? In .htaccess?

    Thread Starter agrodiana

    (@agrodiana)

    Thank you Ross, I used a plugin I don′t know how it works but the .htaccess is empty!

    This is really all a normal WordPress .htaccess should have in it :

    # 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

    Try inserting that code into yours?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Will backup restoration solve a redirection issue?’ is closed to new replies.