So i've got a little problem. I'm just running a website for fun, got it from a friend because he didn't need it anymore. Site is called: fapperd.nl
Now i'm really happy with me installing a phpbb forum on my server and made a button for the forum as you can see.
BUT now, I changed the permalinks to /%postname%/ now i changed it to /%category%/%postname%/. Doesnt make any difference, because I did not know where to place the forum i just placed it in my public_html folder. So i've made page on wordpress with the name forum, and the permalink fapperd.nl/forum. Ofcourse in my database it thinks when its directed by the client that he needs to show the forum because thats what in my root, so that's what it does, and im happy with it. (I didn't have to make any button for the forum hehe).
But now, I wanted to create a page for info etc. it's called "Onze website". But the permalink= fapperd.nl/onze-website/. Of course now I understand that when it searches for forum and it directs to the root map forum that he wants to do this with the "Onze website" too, but there i no map or file called onze-website, so it cant find it. Now the server says there is not a page "Onze website".
How am I going to change this that the forum AND the button for "Onze website" works?
Not Found
The requested URL /onze-website/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2 Server at fapperd.nl Port 80
This is the error.
I do understand a little bit where i am going, that's or making a new permalink and seperate the 2 pages.(don't know how to do this so this is not an option for me at this point). Or I need to do some things with my ftp program or in mySQL database. I did searched for my wp_posts and found that change I can some things at my pages and posts in my mySQL database.