{"id":49363563,"url":"https://github.com/manishjoy/product-url-rewrite","last_synced_at":"2026-04-27T18:01:43.255Z","repository":{"id":57016247,"uuid":"174701362","full_name":"manishjoy/product-url-rewrite","owner":"manishjoy","description":"Free magento 2 extension to solve the product url rewrite issue | Manish Joy","archived":false,"fork":false,"pushed_at":"2021-12-10T20:13:10.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-12T13:28:34.536Z","etag":null,"topics":["github","magento","magento-product-module","magento2","magento2-extension","manish","manish-joy","url-rewrite"],"latest_commit_sha":null,"homepage":"https://manishjoy.github.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manishjoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-09T14:00:30.000Z","updated_at":"2024-04-12T13:28:34.537Z","dependencies_parsed_at":"2022-08-22T09:30:34.544Z","dependency_job_id":null,"html_url":"https://github.com/manishjoy/product-url-rewrite","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/manishjoy/product-url-rewrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fproduct-url-rewrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fproduct-url-rewrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fproduct-url-rewrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fproduct-url-rewrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishjoy","download_url":"https://codeload.github.com/manishjoy/product-url-rewrite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fproduct-url-rewrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","magento","magento-product-module","magento2","magento2-extension","manish","manish-joy","url-rewrite"],"created_at":"2026-04-27T18:01:37.329Z","updated_at":"2026-04-27T18:01:43.249Z","avatar_url":"https://github.com/manishjoy.png","language":"PHP","funding_links":["https://www.paypal.me/manishjoy","https://www.patreon.com/manishjoy'"],"categories":[],"sub_categories":[],"readme":"# ManishJoy_ProductUrlRewrite v1.0.0\n## Module Purpose\n### This extension adds console commands to regenerate product URLs:\n1. Can generate URL rewrites for specific product(s)\n2. Can generate URL rewrites for all products at once\n\n___________________________________________________________________________________________________\n\n## Features:\n1. Easy to install \u0026 use\n2. Open Source\n\n___________________________________________________________________________________________________\n\n## Installation:\n1. Go to Magento2 root folder\n\n2. Create a directory **app/code/Magento/ManishJoy/ProductUrlRewrite**\n\n3. Enter following commands to enable module:\n\n    ```bash\n    bin/magento setup:upgrade\n    bin/magento setup:static-content:deploy -f\n    ```\n4. Now, you are all set to go, use following instructions to run console commands\n\n___________________________________________________________________________________________________\n\n## Usage Instructions:\n1. Log into Terminal/SSH/Putty\n\n2. Navigate to root directory of Magento (e.g. `/var/www/html`)\n\n3. Enter following commands to enable module:\n\n    ```bash\n    # Regenerate url for all products\n    php bin/magento mj:producturlrewrite:run\n\n    # Regenerate url for products with ids (1, 2, 3, 4)\n    php bin/magento mj:producturlrewrite:run 1 2 3 4\n    ```\n4. Now, you are all set to go, use following instructions to run console commands\n\n___________________________________________________________________________________________________\n\n### The extension is free and always will be\n\n## Additional Charges:\n#### Installation: $ 20\n#### Support: $ 40 /6 months\n\n___________________________________________________________________________________________________\n## Liked my work?\n\n\u003ca href=\"https://www.paypal.me/manishjoy\" rel=\"nofollow\"\u003e\u003cimg height=\"36\" src=\"https://manishjoy.github.io/img/coffee-btn-image.png\" border=\"0\" alt=\"Buy Me a Coffee\" data-canonical-src=\"https://manishjoy.github.io/img/coffee-btn-image.png\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\n--- OR ---\n\n\u003ca href='https://www.patreon.com/manishjoy' target='_blank'\u003e\u003cimg src='https://i.ibb.co/rHdTFtj/patreon-btn.jpg' width='200' border='0' alt='SUPPORT ME ON PATREON' /\u003e\u003c/a\u003e\n\n___________________________________________________________________________________________________\n## Prerequisites\n\n### Use the following table to verify you have the correct prerequisites to install this Extension.\n\u003ctable\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrerequisite\u003c/th\u003e\n\t\t\t\u003cth\u003eHow to check\u003c/th\u003e\n\t\t\t\u003cth\u003eFor more information\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eApache 2.2 or 2.4\u003c/td\u003e\n\t\t\u003ctd\u003eUbuntu: \u003ccode\u003eapache2 -v\u003c/code\u003e\u003cbr\u003e\n\t\tCentOS: \u003ccode\u003ehttpd -v\u003c/code\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache.html\"\u003eApache\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003ePHP 7.1.x\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003ephp -v\u003c/code\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-ubuntu.html\"\u003ePHP Ubuntu\u003c/a\u003e\u003cbr\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-centos.html\"\u003ePHP CentOS\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\u003ctd\u003eMySQL 5.6.x\u003c/td\u003e\n\t\u003ctd\u003e\u003ccode\u003emysql -u [root user name] -p\u003c/code\u003e\u003c/td\u003e\n\t\u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/mysql.html\"\u003eMySQL\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n___________________________________________________________________________________________________\n## Feedback and Support\n\n - \u003ca href=\"https://www.manishjoy.com/\"\u003ehttps://www.manishjoy.com\u003c/a\u003e\n\n - \u003ca href=\"mailto:support@manishjoy.com\"\u003esupport@manishjoy.com\u003c/a\u003e\n\n## Tutorials and Blogs\n\n - \u003ca href=\"https://blog.manishjoy.com/\"\u003ehttps://blog.manishjoy.com\u003c/a\u003e\n\n - \u003ca href=\"https://blog.manishjoy.com/magento-development-guide/\"\u003ehttps://blog.manishjoy.com/magento-development-guide/\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishjoy%2Fproduct-url-rewrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishjoy%2Fproduct-url-rewrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishjoy%2Fproduct-url-rewrite/lists"}