MyBB Community Forums

Full Version: How to install google seo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to install google seo, I do not understand how setting htaccess file?
Create a .htaccess file .

Open notepad , copy and paste what you need to into the file and save it as .htaccess

Upload it to your web root. Make sure the file is NOT named .htaccess.txt

It must be called .htaccess with no extension
(2010-08-15, 01:33 PM)Janota Wrote: [ -> ]Create a .htaccess file .

Open notepad , copy and paste what you need to into the file and save it as .htaccess

Upload it to your web root. Make sure the file is NOT named .htaccess.txt

It must be called .htaccess with no extension

how about the htaccess.txt file before?
What do you mean "how about the htaccess.txt file before" ?
After I do that instead of error?

[attachment=19359]
What are you adding to the .htaccess file ?
This has nothing to do with htaccess.txt , thats a completly different file.
(2010-08-15, 01:52 PM)Janota Wrote: [ -> ]What are you adding to the .htaccess file ?
This has nothing to do with htaccess.txt , thats a completly different file.

This is file htaccess.txt.example, before I change to .htaccess

My website is www.mig33kalimantan.co.cc

what should I change?
I cant believe this , ive justv told you that .htaccess and htaccess.txt are 2 completely different files , if your not gonna follow instructions then whats the point?

create a .htaccess file

OMG i cant be bothered, some people are just unreal.


If you just ignore everyones replys then how do you think we can help you , surely you dont need to be completely spoon fed ?
Add these rewrite rules to your .htaccess:

RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
       RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
       RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
       RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
       RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
       RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
Today I wrote full guide:

How to install Google SEO mybb plugin ?
http://www.ajdija.com/mateusz-grzesiukie...bb-plugin/