
# Remove the question mark from the request but maintain the query string
RewriteEngine On

RewriteBase /SignUp-MVC/public
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

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






