I just started getting an error under one of my cart's categories when I try to update the desciptions of a product under that category. It doesn't give the error under any other categories that I have found yet.

I receive the error:
Forbidden
You don't have permission to access /admin/product.php on this server.

The site is http://www.2griffins.com and it only does it for any products under Products - Desk Accessories > Pens and Pencils > Mont Blanc Pens and Pencils.

I was getting the same error under the Define Page Editor section after installing the SSL certificate on the site. I changed the following back to false for the admin and catalog and that fixed the problem there.

Code:
define('HTTP_SERVER', 'http://www.2griffins.com');
  define('HTTPS_SERVER', 'https://www.2griffins.com');
  define('HTTP_CATALOG_SERVER', 'http://www.2griffins.com');
  define('HTTPS_CATALOG_SERVER', 'https://www.2griffins.com');

  // Use secure webserver for catalog module and/or admin areas?
  define('ENABLE_SSL_CATALOG', 'false');
  define('ENABLE_SSL_ADMIN', 'false');
Any ideas?

- Karen