etechpointz
etechpointz
Untitled
7 posts
Don't wanna be here? Send us removal request.
etechpointz · 4 years ago
Photo
Tumblr media
Xiaomi Mi 11 Ultra: Dual screen is all set to launch in India 23rd April. Checkout specification,price and features. Link in Bio #etechpoint #etechpointz #techarticle #techarticles #bloggingcommunity #bloggingforbusiness #bloggerhelp #technewsupdate #technews #bloggerhelpingbloggers #blogger #contentwriting #techbloggers #techgreeky #mi11 #mi11ultra #mi11ultra5g https://www.instagram.com/p/CNKbzjqn1HG/?igshid=qkl5pgbgl2vz
0 notes
etechpointz · 4 years ago
Photo
Tumblr media
Vivo Neo 5 is all set to launch in India in March 16. For more info about price and specification. Checkout my website Link is in Bio. #etechpoint #etechpointz #techbloggers #technewsupdate #techarticle #techarticles #techgreeky #technews #TechnologynewsIndia #techblogs #techdaily #techietony #vivoneo #vivo #vivoneotrail #vivoipl #iqoo #iqooneo3 #iqooneo35g #iqooneo5 https://www.instagram.com/p/CL4c1JhHaUs/?igshid=s7pdbfzxj2j0
0 notes
etechpointz · 4 years ago
Photo
Tumblr media
New Jio phone 2021 offers Checkout more info on website. Link in Bio #etechpoint #etechpointz #techbloggers #technewsupdate #techarticle #techarticles #TechnologynewsIndia #Latesttechupdate #jio #jiophone #jiophone2 #jiophone3 #jiofiber #jiomart #jiosaavn #jiogarden #jıo (at Delhi - NCR) https://www.instagram.com/p/CLzTYGjHK0d/?igshid=rp150oox7gz2
0 notes
etechpointz · 4 years ago
Photo
Tumblr media
The cheapest 5G phone in India Find the details Link in Bio #etechpoint #etechpointz #realmenarzo30pro #realmenarzo30 #realmenarzo30pro5g #realmeindia #techbloggers #techarticles #techarticle #technewsupdate #techgreeky #technews #TechnologynewsIndia #Latesttechupdate https://www.instagram.com/p/CLuTNXGnm0K/?igshid=t2rvwyg79a1o
0 notes
etechpointz · 5 years ago
Photo
Tumblr media
Mpmyindia collaborated with ISRO. Findout about mapmyindia features. Is it better than Google maps? Link in Bio #etechpoint #etechpointz #techbloggers #technewsupdate #Latesttechupdate #TechnologynewsIndia #techbloggers #techgreeky #techarticle #techblogs #techdaily #technicalarticles (at Like & like full support) https://www.instagram.com/p/CLRSOQZHIwQ/?igshid=1do11lcjmd5cx
0 notes
etechpointz · 5 years ago
Text
Stepwise guide: How to Fix the /?m=1 From URL in 2021? By Nirmal, Techblogger 9th February, 2021 As you have noticed the /? m =1 in end of URL, I will tell you How to Fix the/?m=1 From URL in 2021. As Search Engine Optimization plays a very crucial role in ranking website at the top. The step to do this is very easy as we just have to copy and paste the Java Script at the theme and do the On-Page SEO. And I will help you to remove the /?m=1 from URl stepwise. Let’s get started with our article then. Contents Stepwise process to fix the /?m=1 in 2021? I think it is one of the biggest problem faced by any blogger. As when we run our site on the desktop, we didn’t see /?m=1 in URL. But when we open our website on our mobile phones. We have the error of /?m=1 in URL added automatically. To remove this /?m=1 from our website link. We just simply need to go blogger and then open the Theme option. Before making any changes to Theme please make sure to Back up your theme. As if we get error while editing we can restore our original theme again. How do you get rid of /?m=1 in blogger? The next thing is to just click on Edit HTML option from your blogger site and then find the </body> html tag in your theme. The </body> tag will be situated at second last tag above </html> in your theme like shown in Pic. You just need to give “Enter” before the </body> then paste the script given below as shown in image. <script type='text/javascript'> //<![CDATA[ var uri = window.location.toString(); if (uri.indexOf("%3D","%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("%3D%3D","%3D%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("&m=1","&m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("&m=1")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("?m=1","?m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("?m=1")); window.history.replaceState({}, document.title, clean_uri); } //]]> </script>> Just copy the entire script and then paste it above the </body> tag and then click on the save button of your theme. How to fix the /?m=1 URL issue in Wordpress? We can see this problem mainly with those bloggers who migrate from Google Blogger to Wordpress. You can have some 404 errors too in the crawl reports of search console too. To solve this problem you can solve this with some editing in your .htaccess file. You can access this through FTP Search #BEGIN Wordpress. You need to paste this code above that: # Fix the ?m=1 URL Issue <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} ^m=1$ RewriteRule ^(.*)$ / $1 ? [R=301,L] </IfModule> This is it after, just save .htaccess File, go to Webmaster tools and click on any URL of your website ending with /?m=1 and see whether it redirects to the right Wordpress or not? Conclusion: As you can see the live result of mine website too. Which is on blogger. I hope that my article on How to Fix the/?m=1 From URL in 2021 helped you. Make sure to subscribe our website “Technology news India” to never miss updates on “Latest tech updates”. And some extra reviews, tips and tricks etc. like this. Further you can follow us on the Social Handles where I solve your query personally.
Stepwise guide: How to Fix the /?m=1 From URL in 2021?
By Nirmal, Techblogger
9th February, 2021
As you have noticed the /? m =1 in end of URL, I will tell you How to Fix the/?m=1 From URL in 2021. As Search Engine Optimization plays a very crucial role in ranking website at the top.
The step to do this is very easy as we just have to copy and paste the Java Script at the theme and do the On-Page SEO.
📷
And I will help you to remove the /?m=1 from URl stepwise. Let’s get started with our article then.
Contents
Stepwise process to fix the /?m=1 in 2021?
I think it is one of the biggest problem faced by any blogger. As when we run our site on the desktop, we didn’t see /?m=1 in URL. But when we open our website on our mobile phones. We have the error of /?m=1 in URL added automatically.
To remove this /?m=1 from our website link. We just simply need to go blogger and then open the Theme option. Before making any changes to Theme please make sure to Back up your theme. As if we get error while editing we can restore our original theme again.
How do you get rid of /?m=1 in blogger?
The next thing is to just click on Edit HTML option from your blogger site and then find the </body> html tag in your theme. The </body> tag will be situated at second last tag above </html> in your theme like shown in Pic.
You just need to give “Enter” before the </body> then paste the script given below as shown in image.
<script type='text/javascript'>
//<![CDATA[
var uri = window.location.toString();
if (uri.indexOf("%3D","%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("%3D%3D","%3D%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("&m=1","&m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("&m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("?m=1","?m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>>
Just copy the entire script and then paste it above the </body> tag and then click on the save button of your theme.
How to fix the /?m=1 URL issue in Wordpress?
We can see this problem mainly with those bloggers who migrate from Google Blogger to Wordpress. You can have some 404 errors too in the crawl reports of search console too.
To solve this problem you can solve this with some editing in your .htaccess file. You can access this through FTP
Search #BEGIN Wordpress.
You need to paste this code above that:
# Fix the ?m=1 URL Issue
<IfModule mod_rewrite.c>
RewriteEngine
On
RewriteCond
%{QUERY_STRING}
^m=1$
RewriteRule
^(.*)$ /
$1
?
[R=301,L]
</IfModule>
This is it after, just save .htaccess File, go to Webmaster tools and click on any URL of your website ending with /?m=1 and see whether it redirects to the right Wordpress or not?
Conclusion:
As you can see the live result of mine website too. Which is on blogger.
I hope that my article on How to Fix the/?m=1 From URL in 2021 helped you.
Make sure to subscribe our website “Technology news India” to never miss updates on “Latest tech updates”. And some extra reviews, tips and tricks etc. like this.
Further you can follow us on the Social Handles where I solve your query personally.
0 notes
etechpointz · 5 years ago
Text
What is WhatsApp OTP scam going around India 2021? What is WhatsApp OTP scam that has been going around India 2021? Contents By Nirmal , Techblogger How the WhatsApp OTP scam works? How to be safe from WhatsApp OTP scam? Frequently asked questions (FAQs): Conclusion: By Nirmal , Techblogger 6th February, 2021 So in this article you are going to read about What is Whatsapp OTP generating scam? Recently, the WhatsApp is the main focus for people like hackers and scammers. Who are trying to enter your WhatsApp accounts in illegal manners. As the WhatsApp is used by millions of users around the globe. And which makes it a favorable target to the spammers and the hackers. Many things like your personal data can be retrieved from a single WhatsApp conversation. This is the top reason why Hackers have chosen WhatsApp as their focus target. What is the WhatsApp OTP scam ? So let me tell you about what is the WhatsApp OTP scam actually going around in India. The hackers and scammer use the OTP verification process to crack into your accounts. As we all know the fact that WhatsApp has its users around the globe. Which makes it more favorable for privacy issues and scams. Your important and sensitive data is derived from the chats and accounts by scammers. How the WhatsApp OTP scam works? I know you must be wondering How the WhatsApp OTP scam working in India or throughout the globe? The basic process of hackers and scammers behind this whole scam is to get details of OTP from you. Here are the details of most common methods used by scammers: You will get messages from an unspecified person of from your friend. Message saying that “he/she is in some problem” Or the scammer will say that by mistake he/she has mistype the phone number. And will ask you for the OTP. And if by any chance you give OTP number to the scammer than you will be in a problem. You can’t have access to your account after that. This results in Hacker having full control of your account. He/she may further misuse your account to scam your friends or other people in your contact lists. Scammers have access to your conversations which may be a sensitive data. And can demand money from you in case to release your account. Do not respond immediately or follow his request. So I hope that you understand that never include yourself in this type of conversation and sends the OTP code to unknown people or any of your friends. As it can lead to full access to the scammers in the market. How to be safe from WhatsApp OTP scam? I want my etechpoint family to be safe and sound. So here is the trick of How to be safe from WhatsApp OTP scam which is quite easy to understand. The first thing is to never follow the request of scammers instantly. Always double-check, you can call your friend from which you received a message in order to authenticate. Whether the message was sent by him or not. Second thing is to neve get into conversation with unknown people like these in any messaging applications. You can also on the Two-factor verification process on your WhatsApp in order to provide more security to your account. By following given below methods. you can enable this Two-step authentication: Tap on the 3 dots which is situated at top right corner of your mobile screen. What is WhatsApp OTP scam Tap on settings option and then click on your Account. What is WhatsApp OTP scam Then click on the account label on following screen. WhatsApp scam Then click on the Two-Step verification label. Whatsapp OTP scam Enable the option of Two-Step verification. What is WhatsApp OTP Scam After enabling the Two-Step authentication, it will ask you to set the six-digit pin. What is WhatsApp OTP scam Then you have to enter this password twice followed by your email address. To activate the Two-Step authentication, you have to verify the mail received from WhatsApp and confirm the email address. WhatsApp OTP scam Your Two-Step Verification process is now active. And you can disable too anytime by following the same steps. This results in, WhatsApp will always ask t
1 note · View note