Hello, i have been completed my project with Laravel.. now i am trying to upload it on my web hosting...my web hosting provides me php version 5.6 so i think its good enough for Laravel project..i can set directory permissions too... but i have problem with routes... my home route works perfectly fine..but other routes are not working http://www.mysite.com/ it will work perfectly fine but if i will try http://www.mysite.com/test it will not work i have google alot about this...
i have found some solution like if i run my site like :-
http://www.mysite.com/index.php/test it worked for me...
so i have noticed its problem with htaccess
<Directory /> AllowOverride All </ Directory> I have tried putting this in my htaccess file but its give me Internal server error!! i can't modify httpd.conf because its web hosting...is there any way to fix my problem? thank you and hope you guys understand my problem..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community