Skip to content

Commit

Permalink
Merge pull request #42 from matthieu2607/patch-1
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
iriks-it authored Sep 6, 2024
2 parents 3f59e33 + d464362 commit c43853c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Magento 2 Module Experius Page Not Found 404**
# Magento 2 Module Experius Page Not Found 404

This module saves all 404 urls to a database table.

Expand All @@ -13,14 +13,19 @@ Admin grid location: System > Tools > 404 Reports

Admin configuration location: Stores > Settings > Configuration > Advanced > 404 Reports

**Why should you use it?**
## Why should you use it?

1. Reports all 404s, not only the ones from Google.
2. Store owner can fix them by them
3. Import redirect list when migrating to M2.

## Installation

**How to use the import csv function?**
```bash
composer require experius/module-pagenotfound
```

## How to use the import csv function?

1. Create a csv called "pagenotfound.csv" with two two columns: from and to url (don't add column headers)
2. Add the full url including https:// (for both from and to url) to this csv
Expand All @@ -29,15 +34,15 @@ Admin configuration location: Stores > Settings > Configuration > Advanced > 404
5. Run the import file command including the url from the previous step


**cronjob**
## 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

- Command to delete records
- Deletes records according to the config in the admin
Expand Down

0 comments on commit c43853c

Please sign in to comment.