Download the PHP package magehost/magehost_rewritefix without Composer

On this page you can find all versions of the php package magehost/magehost_rewritefix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magehost_rewritefix

MageHost_RewriteFix

We are sorry but we cannot offer customer support for this extension, and it is provided "as-is" for free. We use it at a number of big shops and it works well.

Due to bugs in Magento, once an rewrite URL ends with -[number] you get more and more rewrite URLs to the same target. The number gets higher and higher. Indexing gets slower and slower.

This extension is a workaround for this problem. Requires Magento 1.7.0.2 or greater.

How to install using Modman (--copy)

  1. Make sure you run Magento 1.7 or newer
  2. Install Modman
  3. cd to your Magento root dir
  4. test -d .modman || modman init
  5. modman clone --copy --force https://github.com/magehost/magehost_rewritefix
  6. If you keep your Magento code in Git: Add .modman to your .gitignore
  7. Run php shell/mh_rewrite_cleanup.php -- cleanup once
  8. Reindex the catalog_url index

Verify if needed

You can verify if your installation has this problem by using this query (presuming no DB prefix). If the largest count is > the number of store views then this is a hint that something is wrong.

For deeper investigation you can inspect the rows with the highest count using There should be 1 entry per id_path for every store view - and not more - unless you renamed the product URI yourself.


All versions of magehost_rewritefix with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package magehost/magehost_rewritefix contains the following files

Loading the files please wait ...