• Hi! I hope someone can advise me on this. I am working on a client’s site and noticed that his permalink is set to default.

    Since this is not SEO friendly, I decided to change the permalink to /%postname% … it gave me a warning that .htaccess is not writable so I copied the suggested .htaccess content and updated it via ftp.

    The next thing I know, all posts and pages are redirected to guidesecuresoft.ru.

    When I change the permalink back to default, everything goes back to normal.

    Your help is appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .htaccess for your wordpress

    # 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

    I had something similar. I think I fixed it (I’m clean at the moment), using the resources here:

    https://sucuri.net

    $89 is too much to sign up, but they have a free scanning service and a fair amount of free advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Posts and Pages are redirected to guidesecuresoft.ru’ is closed to new replies.