jh98
I believe I need to insert some command in the .htaccess but I don't know what. Any ideas?
Add the following code to .htacess, it will solve the pagination problem.
RewriteCond %{QUERY_STRING} !(start=([0-9]+))$ [NC]
RewriteCond %{DOCUMENT_ROOT}/contentstatic/%{REQUEST_URI} -f
RewriteRule (.*) /contentstatic/$1 [L]
