It looks like my entire Laravel application can be accessed from the base url (ie /this/that) and with the index.php version (ie /index.php/this/that). Is this how things are setup out of the box? Or have I misconfigured something. From what I understand this is a big SEO issue since it's creating duplicate content for my whole site.
I'm using nginx as my server and I've setup my config as per the docs. Is there a way to get the URL to strip out the index.php and do a permanent redirect?
This may be of your interest
http://laravel.io/forum/02-20-2014-getting-rid-of-indexphp-in-urls
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community