. , - URL. -, , . URL- , . , , , .
URL-:
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(index\.php)?\?([^&\ ]+)
RewriteRule ^ /%1? [L,R=301]
URL-: http://example.com/?something URL-: http://example.com/something
:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]
http://example.com/something, URI /index.php?something. , URL http://example.com/something, URI /index.php?something.