RRailway•Created by danimoi on 8/18/2023 in #✋|help The configuration correct of the file nginx.conf if I have this configuration in the file .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]