Learn about Centmin Mod LEMP Stack today
Become a Member

IP.Board IPB v4.1.x Files

Discussion in 'Forum software usage' started by Jimmy, Nov 9, 2015.

  1. Jimmy

    Jimmy Well-Known Member

    1,778
    388
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +987
    Local Time:
    9:53 PM
    Try running the support tool and see if clearing the catch clears things up.

    Otherwise, you might not have the vhost config setup correctly. If you want to post it here - or PM me it if you don't want to change all the links so they are hidden.

     
  2. R0rke

    R0rke Member

    168
    22
    18
    Jun 2, 2016
    Iran
    Ratings:
    +37
    Local Time:
    6:53 PM
    2
    10
    if u getting errors like 404
    this should help :
    Code:
            location / {
                    # This is cool because no php is touched for static content
                    try_files $uri $uri/ /index.php;
            }
    for managing and making your URLs more friendly u can do it from IPS admin cp
     
  3. Jimmy

    Jimmy Well-Known Member

    1,778
    388
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +987
    Local Time:
    9:53 PM
    Just a note on IPS and add_headers.

    In your CMM conf file, remove or comment out:

    1. add_header X-Frame-Options "SAMEORIGIN";

    The above header is now an option in the software. Visit the ACP advanced settings and set it there. Setting it here will result in it being doubled and may create issues.

    On another note, there is an issue with the X-Frame-Options not showing on error pages. IPS is discussing this internally.

    2. add_header X-Xss-Protection "1; mode=block" always;

    IPS needs X-Xss-Protection to be 0. Remove this line from CMM conf file and it's added by the IPS software.

    X-XSS- Protection
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    been a while @Jimmy :)

    thanks for the update (y)
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:53 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I have seen that also with another software to get a conflict as the software also use them....
     
  6. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    2:53 AM
    1.25.3
    10.6.x