Joomla Server unable to read htaccess file, denying access to be safe - .htaccess

From administrator panel I can't find my plugin css or js file. In console log it's showing :
Failed to load resource: the server responded with a status of 403
(Forbidden)
Now when I access this file from console login the browser showing me following message :
Forbidden
You don't have permission to access /plugins/system/helix3/assets/css/bootstrap.css on this server.
Server unable to read htaccess file, denying access to be safe
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can you guys tell me how can I solve this problem. For this error my plugin is not correctly displaying :(
Thank You.

There is little information you give about your problem, but I will try to help you the same. I had a similar problem and with some research I was able to figure out what my problem was.
First check if file exist /plugins/system/helix3/assets/css/bootstrap.css
Second check the access permissions of your /plugins/system/helix3/assets/css/bootstrap.css in joomla and in the folder permission.
Third check if the css you are using does not need anything else to work. Example in mine was a problem with a plugin for firefox.
Sorry for my English but this is not my native language.

Related

IIS error 403 not logged and showing unknown error page

When I try to access a page on my IIS web I get an error 403. The error is not logged to the log file and the error page shown is not the one that's defined in the config.
That's the content of the error page:
<html><head><title>403 Forbidden</title></head><body>Access denied</body>
Can anyone help me to find this error page and get the error logged?
The 403 Forbidden error is an HTTP status code that means that accessing the page or directory you were trying to reach is absolutely forbidden for some reason.
To resolve this issue, you need to enable directory browsing for your application. To enable directory browsing on IIS, check out the steps from this Microsoft document.
If you still can’t solve the problem, you can use failed request tracking to view detailed error information.

404 when trying to access file which exists

I'm having trouble while trying to access a file in the browser, it says "404 - file not found" but I know for a fact that the file does exist. I can only access it once and then when I refresh it's gone into 404 mode again.
When I delete the file, a different kind of 404 message appears then when the file exists. Does anyone know what I'm doing wrong?
Server OS: Windows Server 2008 R2
IIS Version: 7.5
Filename: loop.mp4
I did set the mime-type on the server for the .mp4 extension to video/mp4.
Today someone hinted me to do some request tracing and look at the full status code, which was 404.3. That meant that I didn't have the correct mime map set on the server. I added the mime-type on server level instead of on site level and now it works like a charm. Thank you for trying to help me anyway :)

Access denied on 1&1 server

I am having a problem with hosting a website on a 1&1 server (Bought package is SmartWeb M). I uploaded everything to the public_html folder (before you ask - yes, index.html is located in the document root and not one of the subfolders). When I then try to call the page in a browser I get the following error:
Forbidden
You don't have permission to access /index.html on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Since I couldn't find any .htaccess on forehand I created one in hope that that would fix it - nothing.
I have been waiting for an answer from the 1&1 help desk in more than 3 days now and I am moderately angry at their service.
Could anyone help me with this?
Thanks!
It turns out, that my files did have the wrong permissions. Make sure to get them to -755!

Getting Access Forbidden in IIS

I Have hosted a website in IIS 7.5.Which was working fine till yesterday.But suddenly today am not able to access any of its pages and am getting following error.
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
Googled a lot but could not find any resolutions.Any Comments will be appreciated.
Thanks in advance.
Have you checked to see if anything has changed for the user IIS_IUSRS?
Check what type of security you have in place. Was it anonymous before and needs some type of windows integration?

.htaccess 404 redirect to php file

I am currently trying to create a .htaccess file that redirects to a php file if a error 404 occurred.
However, When I choose a php file it just displays the default 404 not found error, but if i change it to html it then works fine and displays my page.
What is wrong with this.
Thanks for your help
Sadly there isn't enough to go on here, but I can give you some questions to help you debug this (too much for a comment otherwise I would have done that):
If you navigate to the php file is it hosted through Apache correctly (when not being used as an ErrorDocument)?
Are there errors in your apache logs from trying to retrieve the php file as an error document?
Is the "default" 404 error the one from Apache or your browser?
If it's Apache's does it say there was an error retrieving the configured error document?
If it's the one from your browser is the php file large enough to not be om nom nommed by the browser (for example: 512 bytes in IE )?

Resources