Page 3 of 3 FirstFirst 1 2 3
Results 31 to 40 of 40

URL's not followed... possible errors in redirect..

This is a discussion on URL's not followed... possible errors in redirect.. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Here are my access logs... is there anything in there that might tell us anything? http://www.hometheatershack.com/acce...m_10_4_2006.gz...

  1. #31
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Here are my access logs... is there anything in there that might tell us anything?

    http://www.hometheatershack.com/acce...m_10_4_2006.gz

  2. #32
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Btw.... do you guys have a link to actually contact Google? I don't find a direct link... all I can find are catgories for support information and FAQ, but nothing that allows me to directly contact them and ask for help with my specific problem.

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

    thank you for details. Do you have any new redirect error entries for this date so that I can compare them with log file?

    Btw, don't you have any other (non-vBSEO) rewrite rules in .htaccess/httpd.conf or any 3rd party vB mods that perform redirections?

  4. #34
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello Sonnie,

    thank you for details. Do you have any new redirect error entries for this date so that I can compare them with log file?

    Btw, don't you have any other (non-vBSEO) rewrite rules in .htaccess/httpd.conf or any 3rd party vBulletin mods that perform redirections?
    Here's the latest ones I can find:

    Code:
     http://www.hometheatershack.com/forums/archive/index.php/t-308.html  	 Redirect error   [?]  	 Sep 29, 2006
    http://www.hometheatershack.com/forums/archive/index.php/t-310.html 	Redirect error   [?] 	Sep 28, 2006
    http://www.hometheatershack.com/forums/archive/index.php/t-311.html 	Redirect error   [?] 	Sep 28, 2006
    http://www.hometheatershack.com/forums/archive/index.php/t-312.html 	Redirect error   [?] 	Sep 28, 2006
    http://www.hometheatershack.com/forums/archive/index.php/t-313.html 	Redirect error   [?] 	Sep 29, 2006
    http://www.hometheatershack.com/forums/bfd-rew-forum/511-bfd-rack-ears.html  	 Redirect error   [?]  	 Sep 29, 2006
    http://www.hometheatershack.com/forums/bfd-rew-forum/578-rew.html  	 Redirect error   [?]  	 Sep 29, 2006
    http://www.hometheatershack.com/forums/diy-subwoofers/146-my-diy-sonobeast.html  	 Redirect error   [?]  	 Sep 29, 2006

    In my /forums/ directory my .htaccess is as follows:

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^hometheatershack.com
    RewriteCond %{REQUEST_URI} ^/forums/
    RewriteRule (.*) http://www.hometheatershack.com/forums/$1 [R=301,L]

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

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/

    RewriteRule ^(.*)$ $1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    I'm not aware of anything else that rewrites or redirects in the forums folder. I have another .htaccess in my public_html folder:

    Options All -Indexes

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^hometheatershack.com
    RewriteRule (.*) http://www.hometheatershack.com/$1 [R=301,L]

    RewriteCond %{HTTP_REFERER} !^http://hometheatershack.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://hometheatershack.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.hometheatershack.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.hometheatershack.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.snapbug.ws/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.snapbug.ws$ [NC]
    RewriteRule .*\.(xls|cal|mpeg|mp3)$ http://hometheatershack.com/display.html [R,NC]

    RewriteRule bfdguide/index\.html BFD Guide at Home Theater Shack [L,R=301]
    I don't think any of my hacks would rewrite or redirect, but if there are any that you know of the particular do this, I can tell you if I have them.


    Here's a response I got from Google Group:

    to read your logs there are only a few things that you are most
    interested in. Page errors and redirected pages.
    Page errors should return a 404 error code, and there are quite a few
    in your logs. You may want to look at
    /forums/clientscript/vbulletin_css/style-c1b5a5c3-00007.css as this is
    not being found.
    There are also redirected pages. They return a 301 or 302 response.
    Your .htaccess file is asking for some files to be redirected.
    If you search through for 404 and 301 in your logs you will be able to
    see the pages that are generating these requests.

    There ARE redirect rules in your htaccess, but if vBSEO are saying that
    there arnt then i would sugest comment out everything and try your
    site. If it doesnt work then add each set of rules back in untill it
    does.

    Although it is writen in geek have a read of the apache documentation
    for rewriting as that will give you an idea of what each of the rules
    in your htaccess are doing. Some of them you may not need, others you
    may.

    The rules in your htaccess will be processed before any php rules, as
    htaccess is run by the server, your php code is in a file/s that has to
    be accessed on the server before it is run. So if you htaccess is
    wrong then the php code may never be run.

    Get rid of your htaccess (you cant just move it as it will still be
    run, although you could remove the dot at the beginning to rename it)
    and see what happens. Dont delete it incase you do need it, but just
    rename it or comment everthing out and see what happens. It may well
    be worth making a copy of the file, as it is, so you can at least put
    it back if nothing works.

  5. #35
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Could you please list your installed mods or provide admincp access via support ticket so that I can check this?

    Here's a response I got from Google Group:
    Default vBSEO's .htaccess has only rewrite rules (not redirect ones). Redirect type mod_rewrite directives have [R] part as attribute OR have external domain URL in the right part of rule (like "http://www.domain.com/$1").

    Here are all rewrite directives from vBSEO's .htaccess and they do NOT force redirects:
    Code:
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^(.*)$ $1 [L]
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    As I see, you also have added one redirect rule (to redirect non-www requests to www domain), but it shouldn't have any effect in this case.

  6. #36
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Yes... I'll open a support ticket with info for you to access the Admin CP.

  7. #37
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Update: the problem has been related to "Redirect human and robots" mod ( Google sitemap for the vB Archives. Redirect human and robots. - vBulletin.org Forum ) installed, which redirected SE bots requests from normal thread to the archive, causing endless loop as a result (in case if vBSEO is configured to redirect arhive threads to full showthread versions).
    We strongly recommend to disable the mentioned mod to avoid the issue.

  8. #38
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    After researching this, I've never seen this mod and don't know anything about it. Only thing I can figure is one of two people I've had helping me with our fourm may have installed it for us.

    None the less, thanks for clearing it up for us.

  9. #39
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    I'll further note that the last URL's listed as Not Followed are dated 10/5/06. We should not have any dated after then, if in fact this has been our problem.

  10. #40
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes, hopefully that will resolve the issue. Please let us know how it goes.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Sitemap generating a lot more urls
    By poprulz in forum Troubleshooting
    Replies: 13
    Last Post: 02-28-2007, 04:15 PM
  2. Google Sitemap-Listing of old url's option-from 1.7
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 08:46 AM
  3. Redirect old URLs to index (phpBB)
    By MikeF in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 02-07-2006, 02:40 PM
  4. Best way to redirect when moving URLS?
    By Spitfire in forum General Discussion
    Replies: 1
    Last Post: 11-03-2005, 08:50 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
  •