![]() |
[For 1.6] Google SEO 1.6.8 [EOL] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.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 - Eldenroot - 09-27-2014 Why? It is working fine... just few changes RE: Google SEO 1.6.8 - [email protected] - 09-27-2014 (09-27-2014, 01:59 PM)Destroy666 Wrote: You need to enable plugins in ACP -> Configuration -> General Configuration -> Disable All Plugins? Great mate ![]() tc http://www.oraerp.com RE: Google SEO 1.6.8 - dimxo - 11-06-2014 ""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
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. RE: Google SEO 1.6.8 - fonta - 11-06-2014 Don't know what server you're on? Might be that the .htaccess is not being applied. This is the case when you're on nginx or iis. RE: Google SEO 1.6.8 - dimxo - 11-06-2014 Thnks for replying so fast. Is there any solution for this. Or is there any other thing for which this might happen. I have wordpress installed in the root directory and mybb installed in /forums directory. RE: Google SEO 1.6.8 - frostschutz - 11-06-2014 Wordpress may be blocking it. Google for wordpress ignore directory or somesuch. Make the Wordpress .htaccess ignore /forums RE: Google SEO 1.6.8 - fonta - 11-06-2014 I'm also having wordpress in the root, and mybb in a subfolder. It's not getting affected by wordpress on my server. This is what I have in my .htaccess file in the root folder:
RE: Google SEO 1.6.8 - dimxo - 11-06-2014 Thnks for replying. I will try and tell you the results. I got one solution """ For any normal directory, just create it and it'll work. No changes needed. When you're using password protection, you'll need to modify WordPress' .htaccess file slightly. The workaround is to create an empty file somewhere called "onerror.html" and then to add these lines to the main .htaccess, before the WordPress rules: ErrorDocument 401 /onerror.html ErrorDocument 403 /onerror.html Change the path as appropriate for your setup, of course.""" I made empty onerror.html and uploaded into the root folder. And then added ErrorDocument 401 /onerror.html ErrorDocument 403 /onerror.html in .htacces before wordpress, but its not working fonta i also have the same .htaccess rule for wordpress like you.. RE: Google SEO 1.6.8 - frostschutz - 11-06-2014 ErrorDocument is bullshit. You need a RewriteCond most likely... RE: Google SEO 1.6.8 - dimxo - 11-06-2014 I used this as well RewriteRule ^forums - [L,NC] where forums is the directory on which my forum is installed. Please help...i am unable to do it.. |