Lightsail: "your server does not support using .htaccess files from custom locations" how to fix?

0

I am using Lightsail for my wordpress and was trying to configure the "Converter for Media plugin with WebP and AVIF support". However, I am getting the following error after activating the plugin and I have no idea what this means... Can anyone shed a light on where to go from here?

It appears that your server does not support using .htaccess files from custom locations, or it requires additional configuration for the plugin to function properly.

If you are using Nginx server, please contact your hosting support (or server administrator) and provide them with the following message:

I am trying to configure Converter for Media plugin with WebP and AVIF support. In order to do this, I need your help adding the required rules to the Nginx configuration of my website - https://www.aquavue.co. More information can be found in the plugin FAQ: https://wordpress.org/plugins/webp-converter-for-media/faq/ (in the question: Configuration for Nginx)

If you are using Apache server, this issue is usually related to the virtual host settings in the Apache configuration. In the .conf file appropriate for your VirtualHost, in the <Directory>...</Directory> section, replace the value of AllowOverride None with the value of AllowOverride All. In this case, please contact your server administrator.

---

Error codes: rewrites_not_executed
질문됨 일 년 전718회 조회
1개 답변
0

This error message indicates that the server that you're using (Lightsail) doesn't support the .htaccess files that are required for the "Converter for Media" plugin to function properly.

The plugin requires either Nginx or Apache server to be configured properly in order to function. If you're using Nginx, contact your hosting support or server administrator and provide them with the information listed in the error message. If you're using Apache, the issue can be resolved by modifying the virtual host settings in the Apache configuration file, as described in the error message.

Specifically, you need to change the value of "AllowOverride None" to "AllowOverride All" in the <Directory>...</Directory> section in the .conf file for your VirtualHost. Contact your server administrator for assistance with this.

profile picture
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠