Hi All,
I am having problems with pagination.
I am running a site on the same server as my main installation of EE but am using a workaround based on the old method of altering path.php.
I have created some custom url structures that i would like to remain intact.
I have removed ‘category’ trigger word and am using
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]in my htacess file.
The question is, how can i get pagination to work with my new, customized url?
example
I have the whole site coming from template group ‘celebrity-news’
when i add the pagination code it adds index.php to the path, then ‘P—number—‘and does not work.
which template to i need to call on to display the pagination?
My index.php is not set to dynamic=off, and the pagination links are appearing as expected - Right they have a non functioning path.
Thanks for any help,
L