Want more timely Centmin Mod News Updates?
Become a Member

vBulletin Mod-Rewrite Working but it not working Archive in Vbulletin

Discussion in 'Forum software usage' started by computer19852007, Jun 4, 2015.

  1. computer19852007

    computer19852007 Member

    84
    8
    8
    Jun 25, 2014
    Ratings:
    +9
    Local Time:
    7:39 AM
    Centmin Mod 1.2.3-eva2000.06
    MariaDB 5.5.34
  2. eva2000

    eva2000 Administrator Staff Member

    54,527
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    10:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Centmin Mod is provide as is, so short of scripted related bugs or issues, any further optimisation to the web stack components - nginx, php-fpm, mariadb mysql, csf firewall etc or web app specific configurations are left to the Centmin Mod user to deal with. So I do not provide any free support for such.

    However, Centmin Mod users are free to help each other out and ask questions or give answers on this community forum. My hopes are that this community forum evolves so that more veteran long time Centmin Mod users help new Centmin Mod users out :)

    For vB only 2 guides listed at Nginx Configuration Examples for rewrite rules and other software configuration - wordpress, vbulletin etc anything else is left to you.

    tried that linked threads solution Archive is not working - fast-CGI (Nginx + PHP-FPM) -

    vBulletin Community Forum
    ?
    Code:
            location /archive {
                    rewrite ^/archive/index.php/t-([0-9]+)\.html /archive/index.php?t-$1.html last;
                    rewrite ^/archive/index.php/f-([0-9]+)\.html /archive/index.php?f-$1.html last;
            }
     
  3. computer19852007

    computer19852007 Member

    84
    8
    8
    Jun 25, 2014
    Ratings:
    +9
    Local Time:
    7:39 AM
    Centmin Mod 1.2.3-eva2000.06
    MariaDB 5.5.34
    Thank @eva2000

    i have tried it, but it not wotking
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,527
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    10:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    then you need to keep trying other rules etc. If your forum is off a directory that above rule needs adjusting for /forumsubdir/ etc
     
  5. computer19852007

    computer19852007 Member

    84
    8
    8
    Jun 25, 2014
    Ratings:
    +9
    Local Time:
    7:39 AM
    Centmin Mod 1.2.3-eva2000.06
    MariaDB 5.5.34
  6. eva2000

    eva2000 Administrator Staff Member

    54,527
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    10:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. computer19852007

    computer19852007 Member

    84
    8
    8
    Jun 25, 2014
    Ratings:
    +9
    Local Time:
    7:39 AM
    Centmin Mod 1.2.3-eva2000.06
    MariaDB 5.5.34
    Thank you very much, i have fixed it, and it Working.
     
  8. computer19852007

    computer19852007 Member

    84
    8
    8
    Jun 25, 2014
    Ratings:
    +9
    Local Time:
    7:39 AM
    Centmin Mod 1.2.3-eva2000.06
    MariaDB 5.5.34
  9. eva2000

    eva2000 Administrator Staff Member

    54,527
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    10:39 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you're on your own there unfortunately :)