i have some question for you, pardon me before. I have some trouble when i want to redirect my website to another location. A url i have trying is like this :
http://localhost/mywebsite/public/example.html => Default URL
I want to redirect my Default url to here:
http://localhost/mywebsite/example.html => What i want
My .htaccess code is :
Redirect 301 public /
im using laravel framework