MyBB Community Forums

Full Version: Why I can't enter the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

If you visit www.konnectmagazine.com/forum, notice that there is a category and a forum. The forum is "asdf". When I click on the "asdf" forum, it doesn't allow the user to enter the forum.

I looked throughout the settings, but I can't figure out why I am unable to click on "asdf" and enter another screen.

Any helpers? Thanks!
check the information available at Google SEO plugin on the plugins page in admin panel ...
Hi.

I am not sure what I am looking for. What specifically should I be looking for in the Google SEO plugin? Thanks.
I noticed that when I deactivated the Google SEO plugin, I was able to create a new thread which is good. But I do want to activate the Google SEO plugin. Just wondering what I should be looking for.

Thanks.
^ look at Google SEO details on the plugins page ... does it say something ? if so, post a screenshot ...
Google SEO (1.6.1)

Google Search Engine Optimization as described in the official Google's SEO starter guide. Please see the documentation for details.
Add to .htaccess:
RewriteEngine on

# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.konnectmagazine.com/forum/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
404, Meta, Redirect, Sitemap and URL are enabled. (Configure)
Click to Revert changes to core files.
^ so it is saying add the given code to .htaccess file ; upload that file to forum root directory ...
Open you .htaccess file, add all the lines that you should add to it, save and re-upload
Hello everybody. That certainly did work. Thanks so much!
I have a follow-up question. Should there exist a .htaccess file in the root domain? I have one. For my /forum domain, I have a .htaccess and htaccess.txt files. Is this appropriate?

^ htaccess.txt is an example file for guidance. .htaccess is the actual rewrite rules file .
your main site might have a different htaccess file & forum has a different one for its SEO