Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter beckast

    (@beckast)

    I am talking about the WordPress Multisite 🙂

    Thread Starter beckast

    (@beckast)

    Yes, the links are alright again though not because I’ve solved the problem but because I restored everything yesterday.

    I first restored everything and started again with the multipress from the beginning. But it did not change anything and the post url’s still had the unnecessary w, so I decided to restore everything because I need the site to be correctly running.

    In fact, I still have no idea what to do to make it running properly. If I won’t find another solution I am going to install the entire WordPress new, using multipress from the beginning and import all my existing data.

    Thread Starter beckast

    (@beckast)

    I haven’t activated a plugin since the migration… But I already tried activating and deactivating one, did not help.

    I just tried out wether the links are correctly with the Twenty Fifteen theme but the url’s were still wrong.

    Yes, it is no problem to go to www.thefashionnerd.com and thefashionnerd.com but when you click a post-link, the url is generated wrongly.

    I have really no idea what else I could try… 🙁

    Thread Starter beckast

    (@beckast)

    Thank you Patrick, for your fast answer.

    I checked all the url’s several times in the config and the database, but they are all correct. Probably it must be something different, because when I’m changing the url to http://www.thefashionnerd.com it also adds an w and end up to be wwww.thefashionnerd.com

    I thought it might be something with the .htaccess file but I couldn’t find out what might be wrong and I actually just copied this part from the network page…

    Here is the content of my .htaccess file:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    Do you have any idea?

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