Navigation to next and previous month not working

Home Forums Welcome! Pre-Sales Questions Navigation to next and previous month not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #925216
    Hal Lamster
    Guest

    First let me wish you a very Merry Christmas and a Happy New Year. I know this is not being monitored over the holidays but really would appreciate help at the earliest time and appreciate that you certainly deserve some time off!

    I am in the process of moving a website to a new server. The events navigation on the new site is not working. While
    I am sure it is a permalink issue I have no idea as to how to fix it. The old site is http://danceparade.org/wp/events/month/
    and the new site is http://new.danceparade.org/events/month/.

    The htaccess on the new server is

    RewriteEngine On
    Options +FollowSymLinks -MultiViews

    # 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

    On the old (working) server is:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>

    # END WordPress

    If you need access to the new serve it isn’t a a problem…. just email me privately and I can give you a login.
    [email protected]

    Thanks/Hal

    #925405
    Brian
    Member

    Hi,

    Sorry for the issues you are having. It looks like a Permalink issue.

    Please follow our 404 Error Guide:

    Fixing HTTP 404 errors

    And see if that fixes the issue.

    If it does not please sign into your account on TheEventsCalendar.com and post in the Pro forum what you find out after following that guide.

    If you do not have an account please post on WordPress.org Support Forum for the Events Calendar

    https://wordpress.org/support/plugin/the-events-calendar

    Thanks

    #926218
    Brian
    Member

    Looks like you marked my response as the Correct answer so I am going to close out this ticket.

    Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation to next and previous month not working’ is closed to new replies.