We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: http://demo.opencart.com/index.php?route=product/manufacturer/info&manufacturer_id=randommistake
This page is not found, but gives a status 200. If somebody accidentally links to this page, search engines will find it and index it.
This also works for categories: http://demo.opencart.com/index.php?route=product/category&path=anothermistake
The text was updated successfully, but these errors were encountered:
This has been resolved on the 1.5.6.1 branch now, see the recent commits.
Just add
$this->response->addHeader($this->request->server['SERVER_PROTOCOL'] . '/1.1 404 Not Found');
before the not_found.tpl is loaded.
Sorry, something went wrong.
Added 404 response for missing pages
a744421
Applies to category, manufacturer, product, and information pages. opencart/opencart#920
No branches or pull requests
Example:
http://demo.opencart.com/index.php?route=product/manufacturer/info&manufacturer_id=randommistake
This page is not found, but gives a status 200. If somebody accidentally links to this page, search engines will find it and index it.
This also works for categories:
http://demo.opencart.com/index.php?route=product/category&path=anothermistake
The text was updated successfully, but these errors were encountered: