Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Are you able to test it without the index.php part in your permalinks?

    Thread Starter kirpaljeet

    (@kirpaljeet)

    Hi caimin

    I actually did that earlier when I was setting my permalink structure, all site pages started screaming 404. I figured this was a windows thing. Until I hit this error with events

    Regards
    Pal

    Is your .htaccess file updating correctly when you change the permalink structure?

    Thread Starter kirpaljeet

    (@kirpaljeet)

    actually there wasnt one.

    added this…

    # 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

    stil no difference. Is there something I need to modify on the events- mgr files?

    Thread Starter kirpaljeet

    (@kirpaljeet)

    i made an interesting discovery by chance.

    It seems that I can get to the events page by entering https://website/events

    there is a search function bar. so after I enter all the search details it bounces to the /index.php/events page which then throws out the error

    Also I have a single past event listed. Should that show or not? or does it display present and furture events?

    The events that are displayed depend on the settings under Events > Settings > Pages > Events List/Archive.

    It sounds like you have the wrong permalink set under Events > Settings > Pages > Permalink Slugs.

    Thread Starter kirpaljeet

    (@kirpaljeet)

    I setup the events displayed. As posts and/or pages.

    The second one, I left it as default

    see the screen shot here. ??

    https://www.mmajb.com/wp-content/uploads/2015/03/mmaeventissue.png

    I event added the index.php to the slug, it doesnt work.

    Going to give it one last option. Try uninstalling and redoing the process.

    Thread Starter kirpaljeet

    (@kirpaljeet)

    thanks for the support. found an alternative solution

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘404 Error – Viewing Events page’ is closed to new replies.