Hello,
I spent a lot of time getting links of categories and forums working correctly (but I failed).
But also the main 'tabs' Members , Recent Posts and My Profile don't work: they come up with an Object not found error (404).
This is the website I am working on
But not all links provide a 404 (Logout and Add topic as a button work correctly)
The forum base url I have disabled the Wordpress front-end (using the checkbox 'Turn Wordpress to wpForo')
I didn't alter any slugs and I don't have other pages with similar titles as Members, Recent Posts, etcetera...
I also tried not to use the checkbox 'Turn Wordpress to wpForo', using a static page as Home forum as is explained over here
But this didn't help me out.
Please who can give me some clues? I notice the links Login and Register are preceded by ?foro= (I have to mention again I didn't alter any slugs...)
Hi Dear @wilfried .
First of all, make a sure on you apache server has enabled mod_rewrite module
and follow this blog post https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-posts-returning-404-error/
to enable the WordPress permalink system
Hi @BlackRaz,
mod_rewrite is enabled
saved permalinks again (didn't fix it)
.htacces file is also correct
Other clues?
You're using "Turn WordPress to wpForo" option in Dashboard > Forum > Settings > General admin page. Please disable it. And only enable it when you read and understand what it means. If you want to display forum on home page use the regular options not this option. This option turns off all WordPress pages and plugins on website front-end. Please disable that option asap.
@Robert: As I said/wrote I also tried this (the regular options) but it doesn't work either...
And why when you use the regular option and link a static page to a page called forum (with [wpforo] code ) does wpforo create another page (called 'Forum page_on_front')??