• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by RAnch

  1. RAnch

    Codeigniter's pretty URLs on Plesk

    UFHH01's answer helped. Paste the following in Plesk under the Your Domain.com - >Apache & nginx Settings -> Additional nginx directives if (!-f $request_filename){ set $rule_0 1; } if ($rule_0 = "1"){ rewrite ^/(.*)$ /YOUR_SPECIFIC_SUBFOLDER/index.php/$1 last; }
Back
Top