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

Subforumsī htaccess links donīt work and also error page

This is a discussion on Subforumsī htaccess links donīt work and also error page within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Second bug reporting of today I´ve put new German stopwords (and "&" as stopword) in my vbseocp. Now many threads ...

  1. #1
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times

    Exclamation Subforumsī htaccess links donīt work and also error page

    Second bug reporting of today

    Iīve put new German stopwords (and "&" as stopword) in my vbseocp. Now many threads changed their htaccess urls. For example: www.domian.com/thing-and-thing.html --> www.domain.com/thing-thing.html thatīs correct.

    By the way: Itīs true, that the "old" URL is linked with 301 to the new one, isnīt it?

    But the same thing for subforums: www.domain.com/thing-and-thing ---> www.domain.com/thing-thing but there comes an error page (the standart vbulletin error page (!) for links, which arenīt there anymore) and no link (301) to the new url.

    And the second bug is, that my error page, iīve signed in the vbseocp (as: /var/www/web1/html/error.php is that correct?) doesnīt work! But in my cms it works!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello shaochun,
    By the way: It´s true, that the "old" URL is linked with 301 to the new one, isn´t it?
    This is true, but only for the original (dynamic) vB URLs like forumdisplay.php?f=xxx, showthread.php?t=xxx etc. If you have changed the SEO URL format in your forums, you should manually setup a redirection in .htaccess because vBSEO has no information about your previous URL format and cannot redirect it.

    For instance, insert the following on the top of all other rewrite rules (right after "RewriteEngine on" line):
    RewriteRule ^thing-and-thing\.html$ thing-thing.html [L,R=301]
    And the second bug is, that my error page, i´ve signed in the vbseocp (as: /var/www/web1/html/error.php is that correct?) doesn´t work!
    Do you mean using this page as "Custom 404 error handler" in vbseocp? Which error do you get when it is used?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    ?? When you edit an Threadtitle it isn´t linked by 301 to the new URL?
    But in a normal forum you often edit threadtitles don´t you?

    Or did you mean only in case of the stopwords i´ve signed in the vbseocp?

    I think I can´t put all threads with stopwords into the htaccess, or what dou mean?
    Or only the subforums?

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You can edit the thread title, he just means if you change the thread title FORMAT (via the vbseocp.php).

  5. #5
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    That means stopwords? I didnīt change the format of the thread titles, only the stopwords or is that a format of the thread titles?

    So change stopwords ---> "old" urls without 301 but linkded with ne "new" htaccess url ?

  6. #6
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Nothing to do with stopwords.


    The thread format defaults to: [forum_title]/[thread_id]-[thread_title].html

    I think he's saying that if you change that around after search engines have indexed it, it won't give you a 301 redirect from the old format because it has no way of knowing what your old format was. So, you would have to manually add the redirect in your .htaccess.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I think I can´t put all threads with stopwords into the htaccess, or what dou mean?
    Or only the subforums?
    Ah, you mean thread title part changes.. It's ok to change thread titles freely - the URLs will be 301-redirected to new pages automatically.

    The .htaccess redirection rules may be required only when:
    - you have changed the URLs format
    - subforum URL has changed (it is not processed in the same way as thread URLs)
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    Ah, you mean thread title part changes.. It's ok to change thread titles freely - the URLs will be 301-redirected to new pages automatically.
    So, when iīve got vbseo, iīve run it without stopwords of the German language. Since Version 2.2.0 iīm running it with German stopwords. So, at first there were urls like /thing-ist-thing.html (ist=is; german - english), and since version 2.20 itīs like this: /thing-thing.html for exapmle. Is that redirected with 301 form old url to new (with stopwords now)?

    Why give the browser me an 404 Page, when i klick on an old URL of a Subforum, which still have the stopword in the url? Why doesnīt it redirect me to the new url?

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    EDIT: Un-necessary reply. Please delete.

  10. #10
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    Hmh...
    Ok, maybe i donīt unterstand it . Iīll read it once more.

  11. #11
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Did you have the thread id included in your thread format (before and after)?

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    shaochun,

    you should separate those:

    - thread URLs ARE redirected automatically

    - subforums URLs are NOT redirected automatically, so you should set redirection manually for them in .htaccess
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #13
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    Did you have the thread id included in your thread format (before and after)?
    Yes I have. Only with stopwords now. Since Version 2.2.0.
    I didnīt change the format of the thread titles, I only put German stopwords since 2.2.0 in the vbseocp.

    @oleg:

    In case of the new stopwords iīve been used since 2.2.0 ?

    Or in general: When I edit an thread title, there is a redirection, but when I edit an subforum title, there is no redirection to the new?

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    ShowThread pages will be automatically redirected in both cases:
    - title has been edited
    - stopwords list is modified and title changes correspondingly
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #15
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    But not the subforums´ urls...?

    Sorry for my questions, but conversation is a little bit difficult for me, maybe i should speak moren English at all

Page 1 of 2 1 2 LastLast

Posting Permissions

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