new domain, some permalinks don’t work anymore
-
Hello,
the permalinks from three of my projects (the ones you see, when you press ?load more“) don’t work. (projects: climbing shoes, photorealistic, nude drawings)
All the others are fine.By cklicking on it, it tries to connect to my old domain name, even though the permalink are updated and shown correct in the edit section.
I also used the “Velvet Blues Update URLs” Plugin just to make sure. But it can’t find any permalinks with the old domain name in it.
This is how my .htaccess file looks like:
# Use PHP5.4 as default
# Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Wed Dec 16 19:55:27 MST 2015.
AddHandler application/x-httpd-phpbeta .php# 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 hope you can help me.
The page I need help with: [log in to see the link]
- The topic ‘new domain, some permalinks don’t work anymore’ is closed to new replies.