Forum Replies Created

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

    (@jwl)

    I have sort of solved this by having this in the .htaccess file:


    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.sysctl\.dk$ [OR]
    RewriteCond %{HTTP_HOST} ^sysctl\.dk$
    RewriteRule ^(.*)$ https://interstellar.dk/$1 [R=301,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    That permanently redirects all old URLs using sysctl.dk/blog/ to interstellar.dk

    Thread Starter jwl

    (@jwl)

    Hmm yea. I backed up wp-content/ and wp-config.php, removed everything and that installed new files from latest.tar.gz again. That worked. Weird, but thanks anyway ??

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