vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Details for the Yahoo Application ID?

This is a discussion on Details for the Yahoo Application ID? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; edit, please see below....

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 06-17-2007, 09:34 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Error in sitemap URL.

edit, please see below.

Last edited by pictureboarduk; 06-18-2007 at 12:28 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 06-17-2007, 09:42 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
OK, my urllist.txt.gz file has appeared now, after a delay ( I assume this is normal ).


The contents of my .htaccess file in root are as follows ( I didn't have a htaccess file in root before):-

Quote:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Does this look OK or do you have to make changes to this file for everything to work correctly?



Many thanks.

Last edited by pictureboarduk; 06-17-2007 at 10:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 06-17-2007, 11:39 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Quote:
Not Found

The requested URL /mysite.com/vbseo_sitemap/vbseo_getsitemap.php was not found on this server.
I get this ^ when I click on "Your Google Sitemap Index URL" in the AdminCP.

I can see the file in my FTP client though, but the URL is:-

http://www.mysite.com/vbseo_sitemap/...p_index.xml.gz


I have both left "Sitemap Files URL" blank in AdminCP and changed it to what I see as the correct URL through my FTP client but no matter the setting I put, both still give the error.

How can I fix this please? could it be something to do with my htaccess file? (it's posted above).

Like I say, Ping worked with google.

When I run 'SiteMap Generator':-



After the above SiteMap Generator ran it shows:-



Ping with both Yahoo and Google was successful.



Thanks.!

3.6.7

GoDaddy Apache host
Data folder set to 777

Last edited by pictureboarduk; 06-18-2007 at 12:41 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 06-18-2007, 04:51 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,913
Hello,

make sure that your host supports mod_rewrite.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 06-18-2007, 08:20 AM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Hi Oleg,

Yes mod_rewrite is enabled but GoDaddy setup is slightly strange.


Quote:
Originally Posted by GoDaddy
This process takes places entirely server-side and without the browser's knowledge. The resulting content appears to have originated from the submitted URL, much like masking. However, this functionality is different from that of classic redirection, which simply points a browser to a different web server location.


Because mod_rewrite effectively disguises how and from where content is served, it can increase site security. Mod_rewrite also benefits sites that utilize search engines. Not all search engines index a Web site's dynamic URLs, and those that do not drop the dynamic portion entirely. mod_rewrite allows the creation of URLs that can be indexed by all search engines, thus preventing potential conflicts and increasing site visibility

Requests for PHP files are intercepted well before .htaccess (and definitely mod_rewrite) activate. So, mod_rewrite will not work on URLs for PHP files.


Do you have any suggestions for what I should p[ut into the .htacces file to correct this?

GoDaddy is a popular host, it would be nice to solve this problem.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 06-18-2007, 09:20 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,913
Can you get any rewrite rule working in .htaccess to make sure that mod_rewrite is enabled?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 06-18-2007, 10:32 AM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Thanks for your help Oleg!

Quote:
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^foo\.html$ Google [R=301,L]
I ran this test .htaccess file and mysite.net/foo.html took my straight to google as it should indicating mod_rewrite is indeed activated.

Kinda stuck with this.




Thanks!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 06-18-2007, 03:52 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,913
Please append sitemap rewrite rule to your existing .htaccess.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 06-18-2007, 04:04 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Quote:
Originally Posted by Oleg Ignatiuk View Post
Please append sitemap rewrite rule to your existing .htaccess.


Thanks Oleg , errr how do I do that ?

My .htaccess file is just the one with comes with the hack:-

Quote:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
How do I append a sitemap rewrite rule?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 06-18-2007, 08:51 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,913
You should set your .htaccess to:

Code:
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 06-18-2007, 09:43 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14
Are you able to open Support Tickets for this product?

I'm getting the impression no one knows what is wrong or knows how to configure this program to work on a GoDaddy host (GoDaddy is the biggest web host company in the world).


Here are some images of my AdminCP and FTP directory structure.











Thanks.

Last edited by pictureboarduk; 06-18-2007 at 10:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 06-18-2007, 09:57 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14









Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 06-18-2007, 10:12 PM
Junior Member
 
Real Name: steven stevens
Join Date: Jun 2007
Posts: 14



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 06-19-2007, 06:06 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,360
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Hello Steven ,

This issue is related with your server. Godaddy always cause problems with .htaccess . If you want to use vBSEO Google/Yahoo Sitemap , i advice you to switch your hosting company. There is not much we can do since Godaddy doesn't allow their customers to use .htaccess file for php files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 06-19-2007, 06:11 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,360
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Hello Steven ,

This issue is related with your server. Godaddy always cause problems with .htaccess . If you want to use vBSEO Google/Yahoo Sitemap , i advice you to switch your hosting company. There is not much we can do since Godaddy doesn't allow their customers to use .htaccess file for php files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
yahoo application id - application url? curriertech General Discussion 20 08-12-2007 01:30 PM
Bir sitemap yetermi? erhanerhan_5 Türkçe 12 06-13-2007 07:43 AM
So do I have to manually submit to Yahoo or not? ChrisGuthrie.net General Discussion 5 05-16-2007 12:14 PM
I can't freeken figure out Yahoo Either@!#@! tavenger5 General Discussion 12 01-19-2007 06:47 PM
Yahoo Slurp - New Version of Search Engine Crawler Released Joe Ward SEO Buzz 4 08-16-2006 04:35 AM


All times are GMT -4. The time now is 04:40 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.