I am trying to access this file via URL on my server and it gives me the 403 forbidden error. I've checked the permissions of the directory containing the file and the file itself and changed them both to 755. Still, I am unable to change it. I don't know what could be wrong with it. I'm simply editing a site someone else originally created, so I imagine its some setting they've created but I don't even know where to begin to look. Any help would be greatly appreciated. Thanks in advanced.
The issue was the web developer before me enabled Hotlink Protection and blocked '.pngs' from being directly accessed. Thank you for the help.
Related
I am getting multiple 404 error for Copy_of_Facebook_Ad_Untitled_Design_1.png.
Can anybody please tell me what this .png file is for? How to resolve this?
Any help will be appreciated.
Thanks
Generally the 404 http error comes when the requested asset or file is not found in server. Looking at the console image I would say somewhere in your theme that particular cdn link of the image has been used which is not a valid link.
With out looking the code or knowing the theme name it's difficult to say what it is for. If you are not sure where it has been used then search for the file in your code base and remove it or provide a correct cdn link
I've installed xampp in two different pc and in both of them it gives me the same error running windows10 (both with it). Apache server runs correctly, the ports are dedicated to httpd as it's supposed but when I try to access the folder of my website project to test the html files, google chrome, firefox and explorer show me a message saying: "Error 403 - access forbidden because you don't have the right permissions". I've tried everything that is in the other similar questions here and already gave permisions to all users in my folders, even to the whole drive c:. I also modified the txt files inside the folder /apache/conf/ and didn't work. I've seen that in some questions regarding the same matter, the file httpd.conf is a little bit different with parts that I can't see in mine. Thank you so much.
Finally, I solved the problem learning some more. I post it here in case someone is starting with it like me. The point is that when you install xampp, the program has a default folder where it let's you put your projects, it's called "htdocs". So that you can work only with project folders that you create inside this "htdocs" folder. If you try to create a new folder on c:/ for example, the program will not let you access beacuase of security (everybody could access all the folders on your computer, entering your server). I hope this to be of some help for someone else. Thank you, and sorry for the newbie question.
everybody.
I got an "404 not found" when trying to access the link
http://www.abc.com/api.php/
But the same link without backward slash is OK:
http://www.abc.com/module/mfox/api.php
My server using Cloudflare. And I have disabled this service, but it still happen. I also try with htaccess, but it do not work. Could anyone tell me what's the wrong here, and how to fix this issue?
Thank you.
That would be on your server directly (we don't host your content). The fact that it happens with us off definitely means an issue on your server.
I am trying to make changes to a template but when I try to save changes, I receive the following error:
Forbidden
You don't have permission to access /survey2/index.php/admin/templates/sa/templatesavechanges on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to > handle the request.
When I look in the templates folder, I do not see the templates I have created even though they are visible from within the LimeSurvey administration panel. Does anyone know how I can fix this error?
Please make sure you have given write permissions to the upload and tmp directory inside your limesurvey installation.
I think this should solve your problem.
amit
I've got a plain vanilla SharePoint2010 Blank Site installed (through the wizard) in a Win2k8 VM. When attempting to save changes to the v4.master page, I get an access denied error. I'm logged in as a local admin. I've tried editing the file with VS2010 and with Notepad++. Thanks for any help!
Sorry Guys... File permission setting in the folder. I did not have Full control permission. Enabling this for me allowed the edits, although, this shouldn't be done anyway. Thanks, Chris for the input.