I make this but it's don't work 404 location / { if (!-e $request_filename){ rewrite ^/([^.]+[^/])$ $request_uri/ permanent; rewrite ^/(.*)$ /index.php/$1 break; } } what's wrong?by lumb - Migration from Other Servers
How covert this rules? Autoconvert services can't help RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^([^\.]+)$ RewriteRule ^(.*[^/0-9]+)$ %{REQUEST_URI}/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*)$ index.php/$1 RewriteRuleby lumb - Migration from Other Servers
![]() |
![]() |
![]() |
![]() |
![]() |