The apache root Document is ~/Sites/ .
My laravel project is called laravelTest in the ~/Sites/laravelTest
The index url is http://localhost/laravel/public/index.php
And restful url is http://localhost/laravel/public/index.php/$1/$2 ...
How can I remove the /public/index.php?
How do I setting the .htaccess file...
I only can remove the index.php ,but can't remove the /public/
Thanks.