Something always has to change…
I hate getting errors when I upgrade anything. Wordpress is no different and there tends to be one or two minor errors that I have to research and fix. Not that I’m complaining! Well, not really.
Anyway, if you happen to upgrade your own WP to 2.2 and get this: 403 Forbidden You don’t have permission to access /wp-admin/index-extra.php on this server. Simply put the following in your .htaccess and it works beautifully!
< Files index-extra.php >
SecFilterInheritance Off
< /Files >
Of course, remove the spacing, I just did that because I’m tired of fighting to get my WP to post it as coding. ![]()
Credit goes to Deerhunter04 for the coding. ![]()