View Single Post
  #4  
Old 03-21-2017, 08:48 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Getting error: NotFoundHttpException in RouteCollection.php line 161:

It sounds as URL rewrite rules configured for the Laravel application make the application to be the single point that handles rewrites. And since it knows nothing about URL rewrites configured for X-Cart, it displays the 404 Not found error for pages to be rendered by X-Cart.

I would look into changing the way how the Laravel application handles URL rewrites and making it skip everything under the /store directory.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote