Route with dashes in URL
Posted: Tue Oct 24, 2017 11:39 pm
I have been running OpenCart 2.1.0.2 for years and I am in the process of upgrading to version 2.3.0.2. I have successfully upgraded and I am slowly adding in all my extensions and theme. The only thing I have added back in so far is my custom theme. The issue I am seeing is that I have marketing pages on my site and they use dashes in the route and on the web server I have . When I navigate to that link I get the 404 not found page. This worked find in 2.1.0.2.
Does anyone know if there was a change made so that dashes are not permitted in the URL's route?
Code: Select all
index.php?route=xyz-123/test
Code: Select all
catalog/controller/xyz-123/test.php
Does anyone know if there was a change made so that dashes are not permitted in the URL's route?