Update: Setting up the 'Path to Save Cookies' option in vB Admin CP to '/' (from the drop-down at the right side) did the trick.
This is a discussion on vBSEO 3.5 Release Candidate 1 is here! within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Update: Setting up the 'Path to Save Cookies' option in vB Admin CP to '/' (from the drop-down at the ...
Update: Setting up the 'Path to Save Cookies' option in vB Admin CP to '/' (from the drop-down at the right side) did the trick.
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
I´ve done all this steps and ended up in a situation, that forums.php brings me back in aloop to the cms. Even the try to revert all back to as it was before is failing. I have no idea why and struggeling with that now for hours. Site not operational, Ticket opened and in need of some help..
Guess it´s my fault but I can´t find out, what went wrong.
Regards,
Marv
'My world, the one that I live in, that surrounds me, is called insane by some. I can dig that - I feel the same about theirs.'
(Henry Rollins)
You've missed a step along the way.
the forum home script setting should be forum, not index, if using the cms.
and the index.php script should include content, not forum.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Brian,
I guess I am missing more than just a step. After your post I was going through the settings again. I´m pretty sure I did all the steps required, but it´s still the same problem with forums.php.
About an hour ago Andrés responded to the ticket and was asking for ftp details (on a sunday evening, chapeau!). Guess I´ll better wait for him before I am going to break the next thing :/
Regards,
Marv
'My world, the one that I live in, that surrounds me, is called insane by some. I can dig that - I feel the same about theirs.'
(Henry Rollins)
Update: It looks like that the 'index.php' script distributed by the vBulletin Germany Team is quite a bit different than the one distributed by vBulletin Team.
I've commented out these lines in index.php script:
Code:if (!defined('INDEX_SCRIPT')){ /** * CMS (content.php) aufrufen: */ define('INDEX_SCRIPT', 'content.php'); /** * Forum (forum.php) aufrufen: */ //define('INDEX_SCRIPT', 'forum.php'); } require(INDEX_SCRIPT);
and have added these:
and that fixed the issue.PHP Code:/**
* Use the CMS as the default script:
*/
require('content.php');
/**
* Use the forum as the default script:
*/
// require('forum.php');
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Was great to see it´s working - but this morning I was stunned. Since Andre has worked on the files I haven´t touched the files at all. And now it shows up as before and the forums.php loops back to the cms homepage. Weired. Ticket is reopend and forums so not operational. Would be glad if someone could have a look at this issue.
Regards,
Marv
'My world, the one that I live in, that surrounds me, is called insane by some. I can dig that - I feel the same about theirs.'
(Henry Rollins)
check your index.php script that it is including content.php
and that your vboptions for forumhome options -> script name is set to forum, not index (index will bring you to the cms)
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I can not get it to work.
I run all the steps carefully,but if i click on forums or home, gives me page does not exist contact administrator.
The strange thing is that sometimes by AdminCP-> Forums, forums page and displays it, but the home of the CMS will not ever see
What can it be?
Thanks
The above is a working solution used by many. If it's not working for you, you ar elikely missing a step, or have something mid-configured.
Make sure you are not using the component urls.
vB4 'component urls' should not be used - vBulletin SEO Forums
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Yes, I know that many runs and I wish it worked for me ...
This is my screen.
I do not work my htaccess file:
.htaccess root:
And htaccess forum:Code:Options All -Indexes Options +FollowSymLinks # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ forum/vbseo.php [L,QSA] RewriteRule ^(.*) index.php redirect 301 /index.html Hardwaregame.it - Giochi, Articoli, Recensioni, Video,Trucchi, Soluzioni, Download per PC, Playstation 3, Wii, XBOX 360, DS # MOdifche per l'attivazione di deflate <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html </IfModule>
Brian,Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) RewriteBase /forum/ RewriteCond %{HTTP_HOST} !^www\.hardwaregame\.it RewriteRule (.*) Hardwaregame.it - Giochi, Articoli, Recensioni, Video,Trucchi, Soluzioni, Download per PC, Playstation 3, Wii, XBOX 360, DS [L,R=301] RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*.php(/.*)?)$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] # MOdifche per l'attivazione di deflate <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html </IfModule>
a reward for your patience with me.
Your forum folder htaccess is out of date (version 2.4 era code). You should update it to match.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
How?
It is not the same as in the root?
is old code.
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php(/.*)?)$ vbseo.php [L,QSA]
consult the download package's htaccess file for the modern code block.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Ok I updated the file.
This may be the reason why I can not make the change?