vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x (https://vborg.vbsupport.ru/showthread.php?t=100435)

imported_infitech 12-19-2006 08:11 AM

Right now im using vRewritite.
My .htacces
Code:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]

Where do i put the .htaccess edit for this mod?

libertate 12-19-2006 11:46 AM

Second line. Drop the [L].
It will look...
Code:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
[etc...]


quadinfotech 12-20-2006 12:12 AM

Quote:

Originally Posted by libertate (Post 1141341)
Yes, but only if you put vbseo_sitemap folder off of your /forum/ directory.
i.e. /forum/vbseo_sitemap/

That's how the original author has instructed you to install this hack.
putting the vbseo_sitemap forum inside your vbroot which in my case is /forum

Quote:

Originally Posted by libertate (Post 1141341)

The remaining part is incorrect as Cloudrunner pointed out. It should point to sitemap_index.xml.gz. You will experience no problems with sitemap_1.xml.gz, as long as you set you do not have multiple files to upload.

Yes only thing that needs to be changed is the name of the file as cloudrunner has mentioned. however if you have anything less than the number of maximum links set in the option then you will only have one file and the above will work just fine. works for my forum as it's new and has around 15000 links in the sitemap.

Quote:

Originally Posted by libertate (Post 1141341)

On a different note - this unfortunatelly does not work for Y! as when the Y! tries to grap
http://www.yoursite.com/vbseo_sitema...sitemap.txt.gz
It gets redirected to
http://www.yoursite.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1

Of course, if you rename the file sitemap.txt.gz (to say yahoo.txt.gz) and move it to root (or at least out of the vbseo_sitemap folder), than submit that file - Y! will happily accept it.

I disagree, it's working flawlessly for me and Y! has no problem getting the file.
if you have set ur .htaccess as I mentioned in my prev post every request for a file with the word sitemap will be redirected to /forum/vbseo_sitemap/ folder where the file is actually located and therefore google or Yahoo would not have any problems getting the file. no need to put the file in the root.

Cloudrunner 12-23-2006 01:08 AM

Quote:

Originally Posted by libertate (Post 1141341)
That is, when following Cloudrunner's notes, regular vBA pages are submitted without the root URL

For example:

Code:

<url>
  <loc>index.php?pg=bmr_calc</loc>
  <priority>1</priority>
  <lastmod>2006-12-17T19:32:05+00:00</lastmod>
  <changefreq>daily</changefreq>
</url>

As you can see the root is missing. Everywhere else it is proper.

Your site homeurl has not been declared if this is the case I believe. I would have to test it out to be sure, but the call for the url prefix comes from $vboptions['homeurl']. check to see that the home url (http://www.yoursite.com) is declared in your options panel in the admincp. If it is I'll look a little deeper into that issue.

-CR

libertate 12-25-2006 12:05 AM

Quote:

Originally Posted by Cloudrunner (Post 1143770)
Your site homeurl has not been declared if this is the case I believe. I would have to test it out to be sure, but the call for the url prefix comes from $vboptions['homeurl']. check to see that the home url (http://www.yoursite.com) is declared in your options panel in the admincp. If it is I'll look a little deeper into that issue.

-CR

Unfortunatelly, it is declared. :confused: Thank you for looking into this.

netcommander 01-04-2007 08:07 PM

I have installed this hacked everything is fine but I have got a question I have see this message
Quote:

Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit. [?]
on google webmaster page
how can I do
cheers

iojam 01-06-2007 07:35 PM

netcommander,

make sure that you created .htaccess file in forums root as described and that your server supports mod_rewrite

netcommander 01-06-2007 07:49 PM

RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

I have add this line my .htaccess file its in the root directory.I think my is dedicated supports to mod_rewrite. but all file is compared with tgz . can I convert manuel tgz to xml (unzip)?

netcommander 01-11-2007 09:12 PM

any body can help me
regards

iojam 01-11-2007 10:07 PM

You should also have "RewriteEngine on" line before any rewrite rules in .htaccess.
Quote:

can I convert manuel tgz to xml (unzip)?
You should not unpack it since gzipped sitemaps are supported by google.


All times are GMT. The time now is 07:25 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.02963 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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