Modular url is not working

when i use virtual host url (www.mysite.local.com/api/default) it is working but when i use url (localhost/mysite/api/default) without virtual host it is not workig. Its showing white screen.

this is my htaccess file
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule . index.php [L]
RewriteRule ^.*$ /index.php? [L]

Needs more data?

Try enable debug mode from web/index.php