apache1
2
3
4
5
6<IfModule mod\_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST\_FILENAME} !-d
RewriteCond %{REQUEST\_FILENAME} !-f RewriteRule ^(.*)$ index.php \[L,E=PATH\_INFO:$1\]
</IfModule>
nginx
1 | location / { |

