Recent content by NielsGouman

  1. NielsGouman

    XF 1.1 Nginx Friendly URLs

    From what I could understand it's because that stuff is already set, and they don't want me to change it..
  2. NielsGouman

    XF 1.1 Nginx Friendly URLs

    Thanks Jake :) XF is installed in the root directory, so I've changed it to this: location / { try_files $uri $uri/ /index.php?$uri&$args; index index.php index.html; } location /internal_data/ { internal; } location /library/ { internal; } location ~ ^/.+\.php$ {...
  3. NielsGouman

    XF 1.1 Nginx Friendly URLs

    So I've found this: http://xenforo.com/help/friendly-urls/ and I've tried adding that code over at my host.. And the host didn't allow that in my configuration. Asked around and they said I'm not allowed to change location ~ \.php$, so I left that part out. Now the configuration could be...
Top Bottom