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 ^(.*)$ http://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 🙂