RewriteCond %{REQUEST_URI} !^index.php$ [NC]
RewriteRule ^(.*)$ index.php?page_uri=$1 [QSA,L]
