MyBB Community Forums

Full Version: 404 error in google webmaster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
I change show topic php to html

Server and Optimization Options
enable Search engine friendly URLS
and insert this code to htaccess.
#

# MyBB "search engine friendly" URL rewrites

# - Note, for these to work with MyBB please make sure you have

#   the setting enabled in the Admin CP and you have this file

#   named .htaccess

#

<IfModule mod_rewrite.c>

after some week I install google seo plugin that change url from html to another.
I understand that html url didnt redirect to new url
I remove this code from htaccess and disable the Server and Optimization Options
enable Search engine friendly URLS

now 404 error is increase.

What should I do؟؟؟؟
What kind of 404 errors do you get?

404 forum-
404 thread-

Create a robots.txt to block URLs that return 403 Access denied
both of them.
404 forum-
and
404 thread

What should I do to create robots.txt????
you can give me a code?

upppp
Paste this code into your notepad and save it as robots.txt


Disallow: /forum/captcha.php
Disallow: /forum/editpost.php
Disallow: /forum/misc.php
Disallow: /forum/modcp.php
Disallow: /forum/moderation.php
Disallow: /forum/newreply.php
Disallow: /forum/newthread.php
Disallow: /forum/online.php
Disallow: /forum/printthread.php
Disallow: /forum/private.php
Disallow: /forum/ratethread.php
Disallow: /forum/report.php
Disallow: /forum/reputation.php
Disallow: /forum/search.php
Disallow: /forum/sendthread.php
Disallow: /forum/task.php
Disallow: /forum/usercp.php
Disallow: /forum/usercp2.php
Disallow: /forum/calendar.php
Disallow: /forum/*action=emailuser*
Disallow: /forum/*action=nextnewest*
Disallow: /forum/*action=nextoldest*
Disallow: /forum/*action=weekview*
Disallow: /forum/*year=*
Disallow: /forum/*sort=*
Disallow: /forum/*order=*
Disallow: /forum/*mode=*
Disallow: /forum/*datecut=*


Important!!!!!!!!!!!!!!!!!!!

If your MYBB script in not in the forum folder/directory then remove from the code /forum/

If you access your forum like this: yoursite.com remove /forum/

It takes time for Google to stop crawling those pages so be patient.

Also redirect all invalid thread and invalid forum to your 404 custom page on homepage
please help me
every body cant help me?????
uppppppppp
There's no error there!