vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=184573)

iojam 02-09-2009 09:07 PM

steven.hartland,

try to downloads sitemap files via FTP (from vbseo_sitemap/data/ folder) and check if they are correct.

steven.hartland 02-09-2009 10:19 PM

Thanks for the suggestion iojam, I was already in the data dir when checking the compression with zcat.

I've done some more digging and its definitely something to do with the gzip compression turning that off in the config fixes the issue. We've not had any issues with standard gzip support on the forums, but something in the sitemap code seems to be triggering an issue with it.

After looking at the code which is only a few lines I can only conclude the issue is with the underlying php function. There are a number of bugs still open in php's bug tracker which may be the cause.

For the time being we will live with gzip off.

DarkFaCe 02-10-2009 03:19 AM

Code:

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/global.html in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(/var/www/vhosts/yourdomain.com/httpdocs/forums/global.html): failed to open stream: No such file or directory in /var/www/vhosts/cafedostlar.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/global.html in /var/www/vhosts/cafedostlar.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(/var/www/vhosts/yourdomain.com/httpdocs/forums/global.html): failed to open stream: No such file or directory in /var/www/vhosts/cafedostlar.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/global.html in /var/www/vhosts/yourdomainr.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(/var/www/vhosts/yourdomain.com/httpdocs/forums/global.html): failed to open stream: No such file or directory in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(): Failed opening '/var/www/vhosts/yourdomain.com/httpdocs/forums/global.html' for inclusion (include_path='.:/usr/share/pear') in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 31

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(/var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html): failed to open stream: No such file or directory in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(/var/www/vhosts/yourdomainr.com/httpdocs/forums/includes/config.html): failed to open stream: No such file or directory in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(): Unable to access /var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(/var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html): failed to open stream: No such file or directory in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Warning: main(): Failed opening '/var/www/vhosts/yourdomain.com/httpdocs/forums/includes/config.html' for inclusion (include_path='.:/usr/share/pear') in /var/www/vhosts/yourdomain.com/httpdocs/forums/vbseo_sitemap/index.php on line 34

Help me please

iojam 02-10-2009 12:46 PM

Do you have .html vBulletin package installed for your forum? If not you should have this in vbseo_sitemap_config.php file (which is default):
PHP Code:

       define('VBSEO_PHP_EXT''php'); 


DarkFaCe 02-10-2009 01:33 PM

Thanks ioJam

Sym0n 02-10-2009 06:05 PM

Quote:

Originally Posted by iojam (Post 1714011)
Sym0n,

in order to redirect www to non-www domain, the code will looks like:
Code:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^example\.com$
RewriteRule (.*) http://example.com/$1 [R=301,L]

and:
Code:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^example\.com$
RewriteRule (.*) http://example.com/forums/$1 [R=301,L]

detailed description can be found here: http://www.vbseo.com/f2/how-setup-ww...directs-21501/

iojam, thanks that code worked. But my situation is slightly different in that I have two different domains (.com and .net) pointing to the same site and don't want them to rewrite the domain.

Quote:

Originally Posted by aciurczak (Post 1713474)
Sy -

Go to this forum:

http://forum.modrewrite.com

Sign up and post your issue in the new topics forum (new users can only post in that section until they are approved). Post a link in your question to my similar question:

http://forum.modrewrite.com/viewtopic.php?t=23736

and I'm sure they will suggest a working htaccess solution for you very quickly. When they do, post it up back here so the next schmo (after us 2 schmo's) don't have to search the internet and spend hours on what is at its core just a simple question.

aciurczak, cheers mate. I followed your advice and headed over to modrewrite.com. After just my initial post richardk nailed it in one and now it works perfectly.

In case anyone else requires the same thing:

root
Code:

Options +FollowSymLinks
 
RewriteEngine On
 
RewriteCond %{HTTP_HOST} ^.+\.(example\.(com|net))$
RewriteRule .* http://%1%{REQUEST_URI} [R=301,L]

/forum/
Code:

Options +FollowSymLinks
 
RewriteEngine On
 
RewriteCond %{HTTP_HOST} ^.+\.(example\.(com|net))$
RewriteRule .* http://%1%{REQUEST_URI} [R=301,L]
 
RewriteRule ^(urllist|sitemap).*\.(xml|txt)(\.gz)?$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$0 [L]

:D

Sy

relaxiha 02-10-2009 10:40 PM

please update for 3.8.1

trickfly 02-11-2009 02:31 AM

Yes please update for 3.8.1 !!!!

howcome 02-14-2009 02:37 PM

i have this installed and it is making vbseo links causing google to have not found url's

dholt 02-14-2009 03:25 PM

Works perfect in 3.8.1 I especially love the Site-map Reports page.

Eventually I'll get vbseo but for now this works great as it installed flawlessly and generate a pretty good site map as Google shows it's having no problems accessing the pages. very cool
Thanks again for the Great Free SEO Package :up:


All times are GMT. The time now is 03:47 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01922 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete