Title: beckast's Replies | WordPress.org

---

# beckast

  [  ](https://wordpress.org/support/users/beckast/)

 *   [Profile](https://wordpress.org/support/users/beckast/)
 *   [Topics Started](https://wordpress.org/support/users/beckast/topics/)
 *   [Replies Created](https://wordpress.org/support/users/beckast/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/beckast/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/beckast/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/beckast/engagements/)
 *   [Favorites](https://wordpress.org/support/users/beckast/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Generating wrong url's](https://wordpress.org/support/topic/generating-wrong-urls/)
 *  Thread Starter [beckast](https://wordpress.org/support/users/beckast/)
 * (@beckast)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/generating-wrong-urls/#post-6569291)
 * I am talking about the WordPress Multisite 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Generating wrong url's](https://wordpress.org/support/topic/generating-wrong-urls/)
 *  Thread Starter [beckast](https://wordpress.org/support/users/beckast/)
 * (@beckast)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/generating-wrong-urls/#post-6569276)
 * 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.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Generating wrong url's](https://wordpress.org/support/topic/generating-wrong-urls/)
 *  Thread Starter [beckast](https://wordpress.org/support/users/beckast/)
 * (@beckast)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/generating-wrong-urls/#post-6569205)
 * 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… 🙁
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Generating wrong url's](https://wordpress.org/support/topic/generating-wrong-urls/)
 *  Thread Starter [beckast](https://wordpress.org/support/users/beckast/)
 * (@beckast)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/generating-wrong-urls/#post-6569175)
 * 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](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)