![]() |
[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 - groovybluedog - 08-10-2016 Ah, the only thing this doesn't cover is help documents! ![]() RE: Google SEO 1.6.8 - Ashley1 - 08-21-2016 Hi I am not sure I understand this section correctly: Can I use it to issue a 410 header response ? eg. If i delete this thread, showthread.php?tid=490, can I get it to return 410 instead of 404 ? Alternatively, I want to put in htaccess Redirect gone /showthread.php?tid=490 ErrorDocument 410 default but the Google SEO settings seem to override the above directive. RE: Google SEO 1.6.8 - frostschutz - 08-21-2016 Quote:Can I use it to issue a 410 header response ? Yes. Enable "Debug 404 error labels", go to the URL you want to return 410, check what error label it is using, then add a line
Of course if you want ALL 404 errors, to be 410 errors instead, you can just change 404 Not Found=* to 410 Gone=* That way the only remaining 404 errors will be the ones outside of mybb influence (missing static files etc.) RE: Google SEO 1.6.8 - Ashley1 - 08-21-2016 (08-21-2016, 08:08 PM)frostschutz Wrote:Quote:Can I use it to issue a 410 header response ? Thanks, that worked. RE: Google SEO 1.6.8 - gamemaster - 08-24-2016 Hi. Why i got this in my CP while my .htaccess already has that code.. ?? RE: Google SEO 1.6.8 - mujeebdgk - 08-24-2016 you have complete guide infront of you and you have to just follow it copy those lines into .htaccess and clink on apply button to core files RE: Google SEO 1.6.8 - gamemaster - 08-24-2016 (08-24-2016, 08:03 PM)mujeebdgk Wrote: you have complete guide infront of you and you have to just follow it The lines already there in .htaccess. But the error still showed in my admin cp RE: Google SEO 1.6.8 - mujeebdgk - 08-24-2016 backup your .htaccess file and delete that file from hosting refresh this plugin page and copy all code that this plugin shows , and create new .htacess file and copy all code into that file and refresh this plugin page again . RE: Google SEO 1.6.8 - frostschutz - 08-25-2016 RewriteBase is supposed to be first, followed by RewriteRules. You have some noise in there (also RewriteEngine on twice and a stray RewriteCond). And Google SEO expects this one RewriteRule to be the first, which it isn't in that file. You don't have to follow that recommendation - if you know what you are doing, you can just ignore that message and things will still work. You still have to click Apply there for Google SEO URLs to appear. RE: Google SEO 1.6.8 - antidetron - 09-21-2016 Plugin installed on my site link below. tylsearch.php constantly traveling the Google bot. Robots.txt disallow as did also the /tylsearch.php. Despite this situation does not change. Does it create any problems? https://community.mybb.com/thread-169382.html |