MyBB Community Forums

Full Version: Google SEO Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After install it canott acces any of my thread gives me 404 error see here

http://dugokonaciste.com/index.php#axzz24ou0n09C

[Image: ScreenShot010-4.png]

[Image: ScreenShot011-6.png]

[Image: ScreenShot012-6.png]

[Image: ScreenShot013-4.png]

[Image: ScreenShot014-4.png]

[Image: ScreenShot015-4.png]

[Image: ScreenShot016-3.png]

[Image: ScreenShot017-5.png]
Rename htaccess.txt to .htaccess
If you check out the plugins page, Google SEO tells you exactly what you need to do - as it says in the plugin's documentation.
i do this and not works give me this

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://dugokonaciste.com/$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]
Are you sure your host supports rewrites?
i send your question to host provider

yes it is support but i am not enabled Server and Optimization Options,anyway stiil got same 404 error and need add this one

Add to .htaccess:

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://dugokonaciste.com/$1?$2 [L,QSA,R=301]
Add that to the top of your .htaccess then Smile
its added but still not works i posted here full htacces files

http://community.mybb.com/thread-101262-page-57.html
Hi,

Can you please do a phpinfo() function, and confirm that your webserver has the mod_rewrite module enabled.
Since frostschutz is helping you in that thread I see no reason for this thread. Locked.