Title: Calendar Slug / Permalink Issue
Last modified: October 11, 2019

---

# Calendar Slug / Permalink Issue

 *  Resolved [enduredesign123](https://wordpress.org/support/users/enduredesign123/)
 * (@enduredesign123)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/)
 * Hi,
 * I am having some issues solving a problem with the event manager calendar.
 * Check out the calendar in the top right corner:
    [https://www.kenniscentrumlvb.nl/kennis-delen/congressen/](https://www.kenniscentrumlvb.nl/kennis-delen/congressen/)
 * The first preview of the calendar (with days and events) work fine (notice the
   url in the bottom left corner when you hover over a day / Example: [https://www.kenniscentrumlvb.nl/events/lvb&#8230](https://www.kenniscentrumlvb.nl/events/lvb&#8230);).
 * But when you press the arrow on the right (to see the next month), and hover 
   and press one of the days, the permalink changes to the old dev site ([https://kenniscentrumlvb.enduredesign-testdomein.nl/events/lvb&#8230](https://kenniscentrumlvb.enduredesign-testdomein.nl/events/lvb&#8230);)
   and then you reach a 404 page.
 * Changing or saving the permalinks doesn’t help (setting>pages>slugsforpermalink).
 * I hope someone can help me out!
 * Grtz Nicholas
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcalendar-slug-permalink-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Stonehenge Creations](https://wordpress.org/support/users/duisterdenhaag/)
 * (@duisterdenhaag)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12019716)
 * Just wanted to point at that the address in your footer says “Utrechts” instead
   of “Utrecht”
 *  [Stonehenge Creations](https://wordpress.org/support/users/duisterdenhaag/)
 * (@duisterdenhaag)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12019735)
 * How did you move the site from development to live? It looks like the guid value
   in the database was not updated.
 *  Thread Starter [enduredesign123](https://wordpress.org/support/users/enduredesign123/)
 * (@enduredesign123)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12064336)
 * Hi Patrick, Thanks for the tip!
    Using the following code in the .htaccess file
   solved the problem:
 * update_option( ‘siteurl’, ‘[https://www.kenniscentrumlvb.nl/&#8217](https://www.kenniscentrumlvb.nl/&#8217););
   
   update_option( ‘home’, ‘[https://www.kenniscentrumlvb.nl/&#8217](https://www.kenniscentrumlvb.nl/&#8217););
 *  [Stonehenge Creations](https://wordpress.org/support/users/duisterdenhaag/)
 * (@duisterdenhaag)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12064549)
 * For anyone else reading this:
    He did **NOT** do this in the .htaccess file!
 * .htacccess does not allow php coding!
 * PHP coding in your .htaccess file will 100% crash the website.
 *  [Stonehenge Creations](https://wordpress.org/support/users/duisterdenhaag/)
 * (@duisterdenhaag)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12064577)
 * Also, if you are using really only those two lines, your website will continuously
   loop in updating the same data. There is no function, and most importantly no
   conditional if-statement.
 * For anyone else reading this for their own solution:
    Do not use this coding!
   To accomplish the same result, but then in the correct way: Dashboard > Settings
   > General, and adjust the values there.

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

The topic ‘Calendar Slug / Permalink Issue’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [calendar](https://wordpress.org/support/topic-tag/calendar/)
 * [event-manager](https://wordpress.org/support/topic-tag/event-manager/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)
 * [slug](https://wordpress.org/support/topic-tag/slug/)

 * 5 replies
 * 2 participants
 * Last reply from: [Stonehenge Creations](https://wordpress.org/support/users/duisterdenhaag/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/calendar-slug-permalink-issue/#post-12064577)
 * Status: resolved