• Resolved arch1

    (@arch1)


    I have recently updated to 3.5.1. version. I also tried to get older version of my blog through DB back up. Whilst all the old posts and pages have uploaded and appear on the blog home page, when clicked they all get redirected to a page on my main site. Even if I publish a new page the same occurs.

    I have added the following code in .htaccess file but problem still occurs.

    # 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

    http://arch1design.com/blog/

    I would be grateful of any help

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter arch1

    (@arch1)

    Just been tweeking around. Something seems to have worked. One thing I did was go into permalinks and press resave button. Another was disable all my plugins and removed seo plugin.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Links from Home Page redireced to Main site’ is closed to new replies.