![]() |
[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.1 - ILM16 - 11-03-2011 Had an issue upgrading, went to my plugins page to see this:
RE: Google SEO 1.6.1 - pyridine - 11-03-2011 ... as mentioned many times in this thread, you need PluginLibrary4. RE: Google SEO 1.6.1 - crazy4cs - 11-03-2011 (10-29-2011, 10:43 AM)crazy4cs Wrote: Seems doesn't go well on localhost. I was thinking to perform an upgrade to 1.6.4 which uses Google SEO. I also installed new test board on localhost, but doesn't seem to work, is it normal?Hello. RE: Google SEO 1.6.1 - ranjani - 11-03-2011 ^ using htaccess on localhost appears to be a complex task ... (eg. see this issue) RE: Google SEO 1.6.1 - GhostMaster - 11-03-2011 Hi, im developing a forum at this adress: http://forum.redlinepctech.com ,and i'm using this SEO plugin, and i need to redirect all www.forum. to http://forum. ,whats the best redirect 301 to use with this plugin? I tryed to add a normal redirect and seems that cause some trouble to the plugin. Thanks. RE: Google SEO 1.6.1 - frostschutz - 11-10-2011 @Ghostmaster, a normal redirect will work fine. A normal redirect looks like this in .htaccess:
MyBB 1.6.5 breaks the 404 widget in some places, this is due to changes in MyBB's hook system. I'll update this plugin after the MyBB 1.6.5 release, along with several other bugfixes. RE: Google SEO 1.6.1 - crazy4cs - 11-10-2011 @frost: How about this?: http://community.mybb.com/thread-101262-post-780336.html#pid780336 RE: Google SEO 1.6.1 - frostschutz - 11-10-2011 URL not found means that the URL rewrite does not work. Check your .htaccess and/or webserver configuration. RE: Google SEO 1.6.1 - crazy4cs - 11-10-2011 Then it maybe just a localhost issue right? I tried it on localhost before upgrading it on actual server and that is why I was worried. What you think? RE: Google SEO 1.6.1 - Nathan Malcolm - 11-10-2011 AllowOverride is probably set to none in httpd.conf. |