![]() |
[For 1.6] Google SEO 1.6.8 [EOL] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] Google SEO 1.6.8 [EOL] (/thread-101262.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
RE: Google SEO 1.6.8 - frostschutz - 11-06-2014 in the wordpress .htaccess, something like
right next to the rewriteconds that are already there RE: Google SEO 1.6.8 - dimxo - 11-06-2014 (11-06-2014, 01:17 PM)frostschutz Wrote: in the wordpress .htaccess, something like Thanks for the reply. Still not working. Is the process which i mentioned at the start (also mentioned below) is correct """"First of all, this is my third account. And i request you not to delete this. Becuase i am not a spammer. My first account was deal94350, which i tried hard to recover password but could not, i dont know what is the problem. Next i created another account named deal94351, which was banned because i made second account. So both my accounts are inaccessible so i created third account.""~ This message is for mybb support Now Please help me, I installed google seo 1.6.8 on my forum. I changed the compatibility to 18. And copied the required file Code: RewriteEngine on # Some hosts require RewriteBase to make RewriteRules work. RewriteBase /forums/ # Google SEO workaround for search.php highlights: # Make this rule the first rewrite rule in your .htaccess! RewriteRule ^([^&]*)&(.*)$ /forums/$1?$2 [L,QSA,R=301] # Google SEO 404: ErrorDocument 404 /forums/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] to .htaccess All the google seo settings are default and activated. Now when i applied changes to core files after that the thread urls and all urls changed as said but i am getting 404 error."" Please help Frostschutz RE: Google SEO 1.6.8 - fonta - 11-06-2014 Don't think that first rewrite rule is correct. See my .htaccess google seo part:
RE: Google SEO 1.6.8 - dimxo - 11-07-2014 this is also not working...what to do... RE: Google SEO 1.6.8 - jpninside - 11-07-2014 Won't ever a MyBB 1.8 edition of the plugin come out? RE: Google SEO 1.6.8 - fonta - 11-07-2014 (11-07-2014, 07:24 AM)dimxo Wrote: this is also not working...what to do... What server software is being used? Apache, nginx, iis or ??? (11-07-2014, 08:07 AM)jpninside Wrote: Won't ever a MyBB 1.8 edition of the plugin come out? This version works with MyBB 1.8. RE: Google SEO 1.6.8 - dimxo - 11-07-2014 Apahe is being used.. am also using Xthreads..is there any compatibility problem between the two plugins... RE: Google SEO 1.6.8 - diskopat - 11-07-2014 (11-06-2014, 01:06 PM)frostschutz Wrote: ErrorDocument is bullshit. You need a RewriteCond most likely... Hello bro. Will you make a big update for this Plugin for 1.8.x or is it full compatible with 1.8 already? i'm setting up a new site, so i can wait the update if you make? RE: Google SEO 1.6.8 - RoyalBird - 11-07-2014 Rather than relying on this plugin its better to adopt different optimizing tips so that you can get great position in search engines. RE: Google SEO 1.6.8 - Glitch - 11-08-2014 (11-07-2014, 11:49 AM)diskopat Wrote:(11-06-2014, 01:06 PM)frostschutz Wrote: ErrorDocument is bullshit. You need a RewriteCond most likely... It's already compatible with 1.8. Just change the compatibility to "18*" |