If your having this issue, here's the fix.
Firstly follow
link
If you are still having the issue after you have followed the intructions from the link below, here's how to fix it.
Open your htaccess file and add a forward slash as below (in red):
RewriteRule ^index([0-9]+).html$
/index.php?category=&page=$1
RewriteRule ^index.html$
/index.php?category=$1
RewriteRule ^(.*)/index.html$
/index.php?category=$1
RewriteRule ^(.*)/index([0-9]+).html$
/index.php?category=$1&page=$2