Het is nu 03-28-2024, 07:56 PM Welkom, gast! (AanmeldenRegistreren)


Reactie plaatsen 
 
Waardering:
  • 0 stem(men) - gemiddelde waardering is 0
  • 1
  • 2
  • 3
  • 4
  • 5
SEO: URL is passive. Apply changes to core files to activate.
12-07-2011, 12:34 PM (Dit bericht is het laatst bewerkt op 12-07-2011 om 01:23 PM door check.)
Bericht: #1
SEO: URL is passive. Apply changes to core files to activate.
Deze melding krijg ik na de upgrade van 6.4 naar 6.5

En deze melding staat er gelijk onder:

Redirect is enabled and URL is passive. Redirecting SEO URLs back to MyBB's default URLs.

Snelle tip misschien om dit op te lossen?


Hier de htaccess file.

Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
# MediaTemple, it is known to cause random Internal Server
# errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
# the setting enabled in the Admin CP and you have this file
# named .htaccess
#
<IfModule mod_rewrite.c>
RewriteEngine on

# Some hosts need a RewriteBase specification.
RewriteBase /MyBB/

# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.fctwenteforum.nl/$1?$2 [L,QSA,R=301]

# 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]

# Google SEO 404:
ErrorDocument 404 /MyBB/misc.php?google_seo_error=404

# Default MyBB Rewrite Rules:
RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

<IfModule mod_env.c>
SetEnv SEO_SUPPORT 1
</IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
</IfModule>
Alle berichten van deze gebruiker zoeken
Reageren op dit bericht
12-07-2011, 05:18 PM
Bericht: #2
RE: SEO: URL is passive. Apply changes to core files to activate.
1) Maak een backup van je inc/functions.php bestandje. (Plaats het even op je pc)
2) Chmod daarna inc/fuctions.php naar 777
3) Ga op je beheedersCS => instellingen => invoegtoepassingen => Google Seo en klik op 'Click to Apply changes to core files.'
4) Chmod inc/functions.php terug naar hoe ze oorspronkelijk stonden.
5) Kijk na dat alles nog correct werkt. (Ik weet niet dat de plugin compatibel is met mybb 1.6.5)

Mvg / kind regards
At Volg MyBB NL op Twitter
[Afbeelding: vote-for-mybb.gif]
De website van deze gebruiker bezoeken Alle berichten van deze gebruiker zoeken
Reageren op dit bericht
12-07-2011, 05:33 PM
Bericht: #3
RE: SEO: URL is passive. Apply changes to core files to activate.
Bij mij werkte het zonder die back-up. Dus ongerust hoef je niet te zijn.
Alle berichten van deze gebruiker zoeken
Reageren op dit bericht
12-07-2011, 06:26 PM
Bericht: #4
RE: SEO: URL is passive. Apply changes to core files to activate.
(12-07-2011 05:18 PM)koenwi schreef:  1) Maak een backup van je inc/functions.php bestandje. (Plaats het even op je pc)
2) Chmod daarna inc/fuctions.php naar 777
3) Ga op je beheedersCS => instellingen => invoegtoepassingen => Google Seo en klik op 'Click to Apply changes to core files.'
4) Chmod inc/functions.php terug naar hoe ze oorspronkelijk stonden.
5) Kijk na dat alles nog correct werkt. (Ik weet niet dat de plugin compatibel is met mybb 1.6.5)

Does the trick.

Dank je!
Alle berichten van deze gebruiker zoeken
Reageren op dit bericht
12-07-2011, 07:23 PM
Bericht: #5
RE: SEO: URL is passive. Apply changes to core files to activate.
@Lukas: Die backup maak je voor als de plugin je fuctions.php bestand zou verpesten.
Je forum updaten werkt ook zonder backup, het forum runnen ook, maar als het mis gaat (en dat doet het vroeg of laat toch wel eens) ben je blij dat je op iets kan terugvallen en je forum direct weer op orde hebt. Het functions.php bestand zal je hier nog wel terugvinden, maar wanneer je het oude al op je pc hebt staan ben je nog sneller met je forum terug bereikbaar te maken.

Maar wel fijn dat er dus bevestiging is dat de plugin ook correct werkt met 1.6.5 Smile

Mvg / kind regards
At Volg MyBB NL op Twitter
[Afbeelding: vote-for-mybb.gif]
De website van deze gebruiker bezoeken Alle berichten van deze gebruiker zoeken
Reageren op dit bericht
Reactie plaatsen 


Ga naar locatie:


Gebruikers die deze discussie lezen: 1 gast(en)