kryptojdubai
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Spinning Infinitely After SubmitCheck php-mbstring function in the mail server.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Spinning Infinitely After SubmitResolved. Had to use php-mbstring function on the server side.
Forum: Fixing WordPress
In reply to: Multilingual Websites Auto Redirection to Broswer LanguageYou mean the below htaccess rules:
RewriteRule ^en/ - [L] RewriteRule ^de/ - [L] RewriteCond %{HTTP:Accept-Language} ^de [NC] RewriteRule ^ /de%{REQUEST_URI} [L] RewriteCond %{HTTP:Accept-Language} ^en [NC] RewriteRule ^ /en%{REQUEST_URI} [L]
Just curious, how does it work, have you tested these by any chance?
Also – These different multilingual websites will their own .htaccess files, in which of the .htaccess files is the above code to be written?Thanks!
- This reply was modified 5 years, 9 months ago by kryptojdubai.
- This reply was modified 5 years, 9 months ago by kryptojdubai.
Forum: Fixing WordPress
In reply to: Postback URLs in WordPressYes that’s exactly what I want to do.
Can you tell me do we achieve that on WP website?
Thanks.
Well! It’s not a theme related issue, that’s why posted here.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Issue – “Shopping Cart is Empty”I also resolved the problem. WP Statistics plugin was creating the problem.
Forum: Plugins
In reply to: [WooCommerce] Your Shopping Cart is Empty ErrorCan anybody help here?
Forum: Fixing WordPress
In reply to: How to Redirect domain to subfolderPlease Note: Both have different WordPress installations.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?Thank you Kevin, for your detailed reply.
Will try finding solution other forums like the one you mentioned.
Thanks again.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?I observed that there is an http to https auto-redirection on. I guess this could be the reason.
What is the work around keeping the redirection on?
Thank you for the help so far.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?Hi Shobhit,
I replaced the website address with IP address in siteurl and home. But it distorted my website.
When I keep the option_value to website address, the website works normal again. But putting the values to IP address distorts the website.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?OK thanks a lot. Will try that.
Just a clarification. Doing this, people will still be able to access the site using the web address, right? I actually want both options to work.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?Thank you for the reply again.
My site url and home is same.
e.g, if my site is https://www.example.com, my homepage is https://www.example.com as well. I dont have https://www.example.com/home as homepage.
Is there a detailed guide/resource to look into to carry out the method that you suggested?
Thanks.
Forum: Fixing WordPress
In reply to: How to Access Website through IP Adress?Hi Shobhit,
Thanks for your quick reply.
I have an IP address but as soon as I type-in that in the URL it redirects to the website name.
And this IP address is dedicated only to my site.What exactly do I need to do?
Thanks.
Forum: Fixing WordPress
In reply to: iframe not responsiveOk. Will contact them.
Thank you.