Hi all, i've noticed that my web site has all urls duplicated. I've the url that i defined in route and a same url that ends with "#!".
So for example i've:
www.mysite.com/courses/21-october-2015
and the corrispondent duplicated url
www.mysite.com/courses/21-october-2015#!
what should be the cause of this?
thanks
That's called a hashbang or shebang. Most likely, you have some JavaScript code causing this, not Laravel.
Thank you very much, i'm going to googling for this. thanks again
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community