MyBB Community Forums

Full Version: Moved Installation, Now Constantly Getting 404s
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
And the same with forum display - Also test account on your forum so that I can get to those pages or get rid of the board closed.
Ok I re-opened the forum.

I THINK it has something to do with the .htaccess, as the most difference I have made is by changing that. It will give me the error message that it cannot find forumdisplay.php.

Edit:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
Check your Search Engine friendly URLs setting.
What should I be looking for? I can't see anything weird in the Google SEO URL settings, and disabling the whole plugin made no difference.

Edit: Okay, I totally wiped my .htacces and only put in the things that Google SEO told me to do. I'm now getting the Error 404 page on the MyBB and not the Wordpress. This seems like a slight improvement.

Edit 2: SUCCESS! I moved the .htaccess in to the forum installation as opposed to the Root and now it's all working. Thanks for the help!
Now check your settings for word press - sorry I can't help as much with word press (not as fluent with the settings) why not check your .htaccess for faults.
Pages: 1 2