Your first screenshot suggests that something is working when you have the rewrite rule. That fancy error page that says "NotFoundHttpException" was created by Laravel - so your first code block seemed to be working.
That error you are getting is saying that Laravel isn't finding a matching route declared within your code. There are two issues here, either you have not declared your a route for for 'portfolio-saky-2', or Laravel is having trouble accessing the uri of the route you are trying to access.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community