experius / module-pagenotfound
Installs: 55 670
Dependents: 2
Suggesters: 0
Security: 0
Stars: 36
Watchers: 9
Forks: 12
Open Issues: 12
- dev-master
- 2.3.3.x-dev
- 1.5.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/IN23-284
- dev-feature/remove-unsuded-code
- dev-feature/removed_unnecessary_404_count
- dev-feature/added_storeview_column
- dev-feature/added_comando_and_cronjob
- dev-feature/added-last_visited-collumn
- dev-feature/from-index
- dev-feature/magento-coding-standards33
- dev-bugfix/acl
- dev-feature/import_from_csv
- dev-feature/add-index-for-performance
- dev-410-response
- dev-revert-10-master
This package is auto-updated.
Last update: 2024-10-25 12:46:27 UTC
README
This module saves all 404 urls to a database table.
- Adds an admin grid with 404s
- Adds an admin config
- It includes a count so you can see which 404 urls needs your attention first.
- Allows you to configure a permanent redirect for the 404s found in the admin grid.
- Saves the last visited date
- Saves the storeview for easy filtering
Admin grid location: System > Tools > 404 Reports
Admin configuration location: Stores > Settings > Configuration > Advanced > 404 Reports
Why should you use it?
- Reports all 404s, not only the ones from Google.
- Store owner can fix them by them
- Import redirect list when migrating to M2.
Installation
composer require experius/module-pagenotfound
How to use the import csv function?
- Create a csv called "pagenotfound.csv" with two two columns: from and to url (don't add column headers)
- Add the full url including https:// (for both from and to url) to this csv
- Use semicolon (";") as your separator
- Upload csv on the Magento server (f.e. var/import folder)
- Run the import file command including the url from the previous step
cronjob
- Can be turned on and off in the admin configuration
- 404 reports with a redirect can be kept
- Even if it normally would've had been deleted
- Runs once per day
- Runs at 03:00 AM
command
- Command to delete records
- Deletes records according to the config in the admin
- Parameter
--days
is available to overwrite the days in the admin configuration