{"id":33982160,"url":"https://github.com/integer-net/magento2-rewritemap","last_synced_at":"2025-12-13T03:59:49.942Z","repository":{"id":56992289,"uuid":"293064931","full_name":"integer-net/magento2-rewritemap","owner":"integer-net","description":"Generate RewriteMap files for Apache from Magento URL rewrites","archived":false,"fork":false,"pushed_at":"2025-01-07T11:16:45.000Z","size":56,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-07T12:25:31.980Z","etag":null,"topics":["magento-extension","magento-module","magento2-extension","magento2-module","vuestorefront"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/integer-net.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-05T11:46:55.000Z","updated_at":"2025-01-07T11:16:48.000Z","dependencies_parsed_at":"2022-08-21T13:20:25.450Z","dependency_job_id":null,"html_url":"https://github.com/integer-net/magento2-rewritemap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"integer-net/magento2-module-template","purl":"pkg:github/integer-net/magento2-rewritemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fmagento2-rewritemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fmagento2-rewritemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fmagento2-rewritemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fmagento2-rewritemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integer-net","download_url":"https://codeload.github.com/integer-net/magento2-rewritemap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integer-net%2Fmagento2-rewritemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento-extension","magento-module","magento2-extension","magento2-module","vuestorefront"],"created_at":"2025-12-13T03:59:49.220Z","updated_at":"2025-12-13T03:59:49.935Z","avatar_url":"https://github.com/integer-net.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IntegerNet_RewriteMap Magento Module\n\u003cdiv align=\"center\"\u003e\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n![Supported Magento Versions][ico-compatibility]\n\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Maintainability][ico-maintainability]][link-maintainability]\n\u003c/div\u003e\n\n---\n\nGenerate RewriteMap files for Apache from custom Magento URL rewrites (redirects). This can be useful to re-use the rewrites in a different frontend.\n\nFor example, to use the redirects in **Vue Storefront**, a reverse proxy that uses the generated rewrite maps can be configured.  \n\n## Installation\n\n1. Install it into your Magento 2 project with composer:\n    ```\n    composer require integer-net/magento2-rewritemap\n    ```\n\n2. Enable module\n    ```\n    bin/magento setup:upgrade\n    ```\n\n## Configuration\n\nIn your store configuration navigate to *Catalog \u003e SEO*:\n\n- **Enable Rewrite Maps Generation**: set to \"yes\" to enable (Default: no)\n- **Rewrite Maps Generation Cron Schedule**: configure, when rewrite maps are regenerated (Default: every hour)\n\n## Usage\n\nRewrite maps are stored in `var/rewrite_maps` as one text file per store and redirect type (301, 302).\n\nSee http://httpd.apache.org/docs/current/rewrite/rewritemap.html for details how to use those files.\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Testing\n\n### Unit Tests\n\n```\nvendor/bin/phpunit tests/unit\n```\n\n### Magento Integration Tests\n\n0. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.4/test/integration/integration_test_execution.html) \n\n1. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.\n\n2. In that directory, run\n    ``` bash\n    ../../../vendor/bin/phpunit\n    ```\n\n\n## Security\n\nIf you discover any security related issues, please email bd@integer-net.de instead of using the issue tracker.\n\n## Credits\n\n- [Bernard Delhez][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-rewritemap.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/integer-net/magento2-rewritemap/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-rewritemap?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-rewritemap.svg?style=flat-square\n[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-rewritemap?style=flat-square\n[ico-compatibility]: https://img.shields.io/badge/magento-%202.3%20|%202.4-brightgreen.svg?logo=magento\u0026longCache=true\u0026style=flat-square\n\n[link-packagist]: https://packagist.org/packages/integer-net/magento2-rewritemap\n[link-travis]: https://travis-ci.org/integer-net/magento2-rewritemap\n[link-scrutinizer]: https://scrutinizer-ci.com/g/integer-net/magento2-rewritemap/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/integer-net/magento2-rewritemap\n[link-maintainability]: https://codeclimate.com/github/integer-net/magento2-rewritemap\n[link-author]: https://github.com/bernarddelhez\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteger-net%2Fmagento2-rewritemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteger-net%2Fmagento2-rewritemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteger-net%2Fmagento2-rewritemap/lists"}