Drupal forbidden 403 - drupal

hye. I'm currently having some problem with drupal. Everything that I want to update/save is forbidden such as new content and update system settings. This message will appeared
"Forbidden.
You don't have permission to access/on this server.
Additionally, a forbidden error was encountered while trying to use an errordocument to handle the request"
I'm taking over this website from previous worker. I will be grateful if there is someone willing to help me to trace the problem. Thanks

You must access to the server and check the permissions files and folders. Youcan't solve this using the website.

Related

HTTP Error 500.19 Can't change IIS permisssions

The Issue
I have cloned down an exiting web forms project and when I try to build, I get the error;
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Below this error, the "Detailed Error Information:" section provided a config file path that seems to point to the correct place, accept to the machine of the previous contributor of the solution.
Below is the approach I took to try resolving this issue
Initially, from this, I tried finding out where this incorrect file path is coming from but came across nothing even vaguely relative so I tried googling the error itself.
I came across this question:
How do I resolve "HTTP Error 500.19 - Internal Server Error" on IIS7.0
An answer provided by Bruce mentioned to:
"Check the directory and see if that user has appropriate rights to
it".
In an attempt to do this, I had a quick google and same across the following question: The requested page cannot be accessed because the related configuration data for the page is invalid error
From intermension's answer, I gathered that it was "ApplicationPoolIdentity" that was not assigned the correct permissions so in ettempting to resolve this, I visited the following link. IIS7 Permissions Overview - ApplicationPoolIdentity
I followed Jon Adams' steps successfully as shown here:
This was unsuccessful and I'm unsure of where to go now.
Thank in advance! :)
You can follow there steps:
Check which application pool your website is using
Change it to use ApplicationPoolIdentity if it is not.
Go to your website directory and search for Application Pool Identity user which has format IIS AppPool{AppPool Name} e.g. IIS AppPool\DefaultWebsite and give it read permissions
In IIS Manager select your website in the left pane and then in right pane double click the HandlerMappings icon to ensure that handlers list show up.

Access Forbidden Error in XAMPP

Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
Error 403
HELP!
I am getting this error whenever I am trying to activate any plugin in my wordpress site in localhost (XAMPP) which I cloned from my live site. And same error I am getting when I am trying to change setting/reading options.
HELP!
check the permissions on the plugin folder, make sure it is readable by the web server.

How to resolve Http 400 bad request Error in IIS 7?

We have migrated the our websites from one server to another server. all completed successfully but one website has issue of HTTP 400 bad request. I have googled alot but none of the solution works for me then I found this article which told me to set the website under the default website in. when i do that it works for me. but i want to make the previous one working. so please help me how can i do this and please let me know why it is working under default websites.
UPDATE: i have also enabled the log for tracing the error but its not creating a single log.
Thanks in advance.

HTTP upload gives 403 error

We are setting up new Content Delivery server for Tridion 5.3 SP1 environment.
New website is created for HTTPS upload, as per the instructions given in the instruction manual. When we browse httpupload website from content delivery server using localhost:20000/httpupload.asp sometime it gives 500 error or sometime it given 403 error. Can someone let us know exactly were we are going wrong. Even we tried accessing httpupload.asp from different machine there also it gives 500 error.
Note : Modify permissions are given to IUSR AND IWAM user on work folder.
Make sure you have enabled directory browsing in IIS.
Also make sure that the 'asp' extension is present in the Extensions in IIS.

Folder accessing error in ASP.NET

I am working on a asp.net website which is created by someone else.
Some files are exist in root folder and some are exist in one sub folder.
I can access all files from root folder in the browser, however when try to access the pages from sub folder is shows following error
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.
Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.
I unable to point out the issue. I checked the web.config file, but didnt get anything related to that folder. I know it is difficult to find the exact issue in my case, but I would appreciate if anyone can give me possible reasons or clues so that i can try.
Thanks in Advance.
EDIT
There is a sub folder web.config with the following content
However, even if I login with "administrator" it fails.
I got the issue, actually previously it was Forms authentication which I commented out.
Is there a web.config file in the sub-folder? These can apply local restrictions.
Other questions that it would be good to know the answer to:
What authentication scheme (forms, windows etc) are you using?
What sort of content are you trying to access (static content or aspx)
what version of IIS are you using?
This sounds like an ACL problem to me. More information, as Xhalent asks, would be useful. Does the user that IIS is using have access to all of the files on the file system?

Resources