Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18

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....

  1. #1
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times

    Error in sitemap URL.

    edit, please see below.
    Last edited by pictureboarduk; 06-17-2007 at 11:28 PM.

  2. #2
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    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):-

    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 09:37 PM.

  3. #3
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    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-17-2007 at 11:41 PM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    make sure that your host supports mod_rewrite.

  5. #5
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    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.


  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Can you get any rewrite rule working in .htaccess to make sure that mod_rewrite is enabled?

  7. #7
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    Thanks for your help Oleg!

    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!!

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please append sitemap rewrite rule to your existing .htaccess.

  9. #9
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    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:-

    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    How do I append a sitemap rewrite rule?

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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]

  11. #11
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times
    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 09:08 PM.

  12. #12
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times










  13. #13
    Junior Member
    Real Name
    steven stevens
    Join Date
    Jun 2007
    Posts
    14
    Liked
    0 times




  14. #14
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    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.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  15. #15
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    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.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Page 1 of 2 1 2 LastLast

Similar Threads

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •