Welcome to Centmin Mod Community
Become a Member

Xenforo Rewrite Help

Discussion in 'Forum software usage' started by BamaStangGuy, Oct 31, 2014.

  1. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    5:34 AM
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:34 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Last edited: Oct 31, 2014
  3. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    5:34 AM
    Right that is what we are trying to do. html is removed from staticfiles.conf and still doesn't work.
     
  4. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    5:34 AM
    I see what you were saying. It was a 1 to 1 import. All ids are the same so we can skip the redirect to showthread.php
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:34 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    you probably picked up on Jake's slight syntax or format boo boo with a newline before the rewrite, but if you didn't
    Code:
    location ~* ^/forum/[^/]+/[0-9]+-[^\.]+\.html$ {
                    rewrite [^/]+/([0-9]+)-[^\.]+\.html$ /threads/$1/ last;
            }