RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


RewriteCond %{REQUEST_URI} !\.(css|js|jpg|jpeg|png|gif|pdf|ico|svg)$ [NC]


RewriteRule ^(.*)$ index.php?request_site=$1 [QSA,L]