portofacil Place your custom rule in: /var/www/domain.com/conf/nginx/something.conf Then nginx -t to check whether everything is fine. If it is, service nginx reload to apply the settings.
Dennis-Developer portofacil just this code? if (!-e $request_filename){ rewrite \/(.+)$ /index.php?altum=$1 last; }