NGINX configuration for Your Plugin/ Betheme on 10Web Hosting
Hello
I hope this message finds you well.
I am currently using your [Plugin/Theme Name] on my WooCommerce website hosted on 10Web. While reviewing my site's health status, I noticed a .htaccess
file access error, which seems to be related to the caching functionality.
Upon contacting the 10Web support team, they informed me that their servers use NGINX, not Apache, and therefore do not process .htaccess
files.
For your tool to function correctly and to resolve this caching issue, could you please provide the specific NGINX configuration or rewrite rules that are required?
I would be very grateful if you could share the exact code block or instructions that need to be added to the NGINX configuration file. I will then forward this information to the 10Web team, and they will implement it on their end.
Thank you for your time and assistance.
Best regards,
Comments
Hi,
This message is purely informational and relates specifically to the Performance settings available under Theme Options → Performance in BeTheme. When enabled, this feature automatically appends a set of caching rules to the
.htaccess
file. These rules are designed for servers running Apache (or Apache-compatible environments) and rely on the.htaccess
mechanism to control aspects such as browser caching.Because your hosting environment uses NGINX rather than Apache,
.htaccess
files are not read or executed at all. As a result, any rules generated by theme options will not affect your site’s performance. In your case, caching and related performance optimizations must be configured directly at the server level within the NGINX configuration files (you should contact your hosting provider regarding that) or via the caching layer provided by your hosting control panel.Best regards