The way Drupal typically works, if you had a view with the URL 'my-view', subsequent pages would normally use a query to pass the page number, as in 'my-view?page=2'.This module will create urls of the form my-view/# (where # is a number).InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under ...