Sorry before, i'm newbie in here. i install magento via softacolous in my cpanel. after finished i install the magento, i tried to add the new product. i click catalog >>> manage categories and then error like this
Forbidden
You don't have permission to access /magento/index.php/admin8035/catalog_category/index/key/677eb0037fc45c0370bc48544ae8dd17/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
please help me sir. i'm really confused, because i'm not using linux, but windows
This looks like file permission issue. Check if your web server has the rights to read and execute on that magento folder.
find ./ -type f | xargs chmod 644
find ./ -type d | xargs chmod 755
chmod -Rf 777 var
chmod -Rf 777 media