­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ RewriteEngine On # Exclude static files from rewrite RewriteCond %{REQUEST_URI} !^/assets/ [NC] RewriteCond %{REQUEST_URI} !^/uploads/ [NC] # Exclude actual existing files and directories RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite dynamic URLs RewriteRule ^([^/]+)/?([^/]*)/?$ index.php?page=$1&subpage=$2 [L,QSA]