vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - vBSEO Search Engine XML Sitemap (https://vborg.vbsupport.ru/showthread.php?t=253516)

briansol 03-17-2011 01:22 AM

Quote:

Originally Posted by nick-harper (Post 2165836)
Hi,

I have installed the plugin and added below to the bottom of my .htaccess:

Code:

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

When I try to go to :

domain.com/sitemap_index.xml.gz

I get a 500 Internal Error

Your server may not support mod_rewrite or isn't running apache. You will need to consult with your host to figure out what to do.


Quote:

Originally Posted by Kerryanne (Post 2166410)
Hi i've installed and its working

But when i went to get my password nothing was there. Put in my own and save then went to report page and it goes login failed.

Whats wrong ?

The password is stored in plain text in the sitemap options panel.

briansol 03-17-2011 01:24 AM

Quote:

Originally Posted by Valerio (Post 2166513)
Hello, I have a problem too... i tryed to solve following the comments but... nothing this is the error i have:

Vbulletin 4.1.1



Then This is my htaccess:
Code:

RewriteEngine on

#For custom 404 error page:
ErrorDocument 404 /404/404.php

<IfModule mod_suphp.c>
 suPHP_ConfigPath /home/XXXXX
 <Files php.ini>
  order allow,deny
  deny from all
 </Files>
</IfModule>

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

The forum is on the main root, and vbseo folder is in root/vbseo_sitemap and the file permission is 777 on files and folders

Error Log:

~~~~ this acceding directly via url
[Thu Feb 24 17:59:18 2011] [error] [client xxx] File does not exist: /home/xxxx/public_html/500.shtml
[Thu Feb 24 17:59:18 2011] [error] [client xxx] SoftException in Application.cpp:256: File "/home/xxxxx/public_html/vbseo_sitemap/index.php" is writeable by group


~~~~ this acceding via admin cp

[Thu Feb 24 17:35:00 2011] [error] [client xxx.xxx.xxx.xx] File does not exist: /home/xxxxx/public_html/500.shtml, referer: http://www.domainname.com/admincp/index.php?do=nav

What else?

Files should never be 777. Normal files should be 644 on DSO, 755 on some cgi builds. Check with your host.

briansol 03-17-2011 01:25 AM

Quote:

Originally Posted by jitsuboy (Post 2169416)
I've started from scratch and reinstalled Vbseo. I've followed the steps exactly as listed.
I'm getting this error: Not Found

The requested URL /forums/sitemap_index.xml.gz was not found on this server.

I'm typing www.mysite.com/forums/sitemap_index.xml.gz and that's the error that I get.

I'm using Filezilla. When the directions say to install to the root directory, is the root directory listed as "remote site: / "??
I've attached a picture to where the .htaccess file is located. - also, when I open the .htaccess file that i uploaded to my server, the contents read:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
- is that all it's supposed to say?

I haven't uploaded any other .htaccess files, so there shouldn't be any others interfering with this one, should there?

http://img189.imageshack.us/img189/6357/rootx.png

Uploaded with ImageShack.us

thanks for any help!


The sitemap needs to RUN via the cron/task at least once before the files will actually exist. Make sure that has happened.

You should be in the /public_html/ area, not in that directory if your forum is installed to .com/

briansol 03-17-2011 01:31 AM

Quote:

Originally Posted by BOSS 302 (Post 2173338)
No I don't see such an option. Where is it?

I submitted a sitemap though with 115 urls and only 1 is indexed. It's been that way for 3-4 days now. How do I get more indexed?


The sitemap will only include public forums. If your site is close for guests, there's no point in having a sitemap either as bots can't read it.

The cron is installed with the product and runs every day at 2am by default.

briansol 03-17-2011 01:34 AM

Quote:

Originally Posted by Xtrigit (Post 2173086)
Jennifer clearly stated that she needed help with their sitemap generator and not vbseo.
She DID post in the wrong section of vbseo forums though, that's why she received such little information.

Sorry for jumping the gun on you there. We get a ton of people using nulled versions asking for support and that is the only thing we can really do is shut them down and not support them. If they are using nulled vbseo, they are probably using nulled vb as well, which is why we send them here. .org requires you to verify your license status. We aren't a charity and need to eat/take care of our families too.


The vbseo.com forums are only for vbseo core customers. Any sitemap troubleshooting for non-vbseo customers should be posted HERE and we'll get to answer it when we can.

Full support for the sitemap is offered to our customers only on our forums/ticket areas. Non-customers will be pointed back to this thread for support.

Ghostt 03-17-2011 01:42 AM

Quote:

Originally Posted by Ghostt (Post 2174236)
I am lost too. ive read all the thread 2x and searched in google for whole day for a solution for the 404 not found error for the example.com/sitemap_index.xml.gz .
Ive done all that what was described here like, check chmod 777 for all folders, if apache rewrite work, reinstalling mod, reupload .htaccess,check htaccess with blank except the rewrite code, rewritebase,check if sitemap_index.xml.gz exists in data folder=yes, ....
i need realy a solution for that error..

so do i get help here or is it hopeless for me because i triead all that things ? :(

briansol 03-17-2011 02:07 AM

If you're getting a 404 and

site.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz
loads directly, one of the following is happening:

1) the htaccess file/ rule isn't in place
2) the server doesn't support mod_rewrite
3) The server has AllowOverride set to off, there by disabling htaccess

Ghostt 03-17-2011 02:12 AM

Quote:

Originally Posted by briansol (Post 2174255)
If you're getting a 404 and

site.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz
loads directly, one of the following is happening:

1) the htaccess file/ rule isn't in place
2) the server doesn't support mod_rewrite
3) The server has AllowOverride set to off, there by disabling htaccess

yes this url loads correctly!
site.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz
content:
Quote:

URL Last Modified
http://example.com/sitemap_forum_1.xml.gz 2011-03-17T02:33:36+00:00
http://example.com/sitemap_forum_2.xml.gz 2011-03-17T02:33:36+00:00
1) the htaccess file/ rule isn't in place
the htaccess is in the root directory. also tested it with the original htacces from vbseo sitemap htaccess folder
2) the server doesn't support mod_rewrite
it is supported because other rewrite work also tested it with the testpage.html rewrite to google.com ...
3) The server has AllowOverride set to off, there by disabling htaccess
i dont know what that and how to enable. i can ask server manager to check it.

briansol 03-17-2011 02:19 AM

The file should be in your FORUM root, not necessarily your site root.

It should also come BEFORE any other rewrite rules, especailly a catch-all.

Ghostt 03-17-2011 02:28 AM

Quote:

Originally Posted by briansol (Post 2174259)
The file should be in your FORUM root, not necessarily your site root.

It should also come BEFORE any other rewrite rules, especailly a catch-all.


my site root is my forum root.
and how i said it also dont work with clear rewrite rule only the vbseo sitemap rewrite in it.:

HTML Code:

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


should i set it to AllowOverride All ?


All times are GMT. The time now is 04:09 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.01875 seconds
  • Memory Usage 1,762KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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