Another - Whoops! Page Not Found Thread Problem
Hi there. Happy New Year to all.
I updated my site
http://toplawyerscanada.ca/ to
wp 3.8 and my page buttons on the bottom no longer work properly.
I get page 1 and 2 but 3 and after result in "Whoops! Page Not Found"
Yes I tried changing and saving my permalinks to just /%postname%/. I tried re-saving my custom permalinks /%category%/%postname%/ but nothing helped.
As suggested elsewhere here, I added to my htaccess:
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
I disabled all my plug-ins too.
Any suggestions? I cannot update to the latest ver of CP (using 3.0.5.3) as I have made too many mods outside of child.
Please help. Thx!