SetheR gracias por responder
hice lo que me indicaste en
http://laravel.com/docs/install#cleaner-urls , cree un archivo .htaccess el cual contiene
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
donde debo de guardar el archivo .htaccess ?