dthsolutionshb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why .htaccessfile is updating and resetHi Thanks for the reply.
1, I can not de-acativate that plugin as i need that to be active. any other way?
2, what do you mean by placing the line outside wordpress? in the .htaccess file it looks like as below. Should i put that line (RewriteRule ^index\.php$ – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]) after # END wordpress?
# BEGIN WordPress
# Direktiven (raderna) mellanBEGIN WordPress
ochEND WordPress
genereras dynmiskt och b?r endast ?ndras via WordPress-filter. Eventuella ?ndringar till direktiven mellan dessa mark?rer kommer att skrivas ?ver.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
3, Which Apaches file i can put that line? where can i find that in the cpanel?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce REST API not accessibleHi again
I have added (E=HTTP_AUTHORIZATION:%{HTTP:Authorization}) in the .htaccess file but this overrides every day with the default version of the file.
Wondering why this file is updating automatically and reset to the default state? Because when it reset the rest API does not work
any solution to fix this issue?
Hi,
Thanks for the reply.
I did remove the old plugin and install again but still get the same issue after some times.Hi
Thanks for the input. I only want to translate to a single language so may be custom PHP function will work. Is it possible for you to provide me the function of its not that complicated ?
I am also getting some errors in using your plugin. Can you see my other post posted on your plugin forum ?
Forum: Plugins
In reply to: [WooCommerce] Translate the Product Feed file from English to SwedishThanks but i want the product title and descriptions to be translated as well. I think this plugin can not do that.
Any other idea?Forum: Plugins
In reply to: [WooCommerce] Woocommerce REST API not accessibleIt worked with SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1
But wondering why it worked before without adding this line?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Woocommerce REST API not accessibleI already have SSL certificate on the website but not on cpanel. Do i need to install it there as well?
What does below message means and how to fix that?
Due to a potential server misconfiguration, it seems that HTTP Basic Authorization may not work for the REST API on this site: Authorization headers are not being sent to WordPress by the web server.
Forum: Fixing WordPress
In reply to: Woocommerce REST API not accessibleI think the issue is given in below message. Any idea how to fix that?
Due to a potential server misconfiguration, it seems that HTTP Basic Authorization may not work for the REST API on this site: Authorization headers are not being sent to WordPress by the web server.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce REST API not accessibleThanks, so how does this plugin work?
when i install this plugin and went to where it installed i get the below message. How to fix that issue? may be that is also causing the main issue?
Due to a potential server misconfiguration, it seems that HTTP Basic Authorization may not work for the REST API on this site:
Authorization
headers are not being sent to WordPress by the web server.- This reply was modified 4 years, 4 months ago by dthsolutionshb.