Sunday 11 October 2020

htaccess redirect http to https not working 100% Solved

 If https not working in php website. Please change some changes in .htaccess file. 

<IfModule mod_rewrite.c>

     RewriteEngine On

     RewriteCond %{HTTPS} off

     RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    RewriteCond %{HTTP_HOST} !^www\.

    RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

</IfModule>


or

# ensure www.
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# ensure https
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

OR

# Canonical HTTPS/non-WWW
<IfModule mod_rewrite.c>
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\.rogws\.com [NC]
RewriteRule (.*) https://rogws.com/$1 [L,R=301]
</IfModule>

Friday 24 April 2020

Genymotion warning: You must specify the path to the Genymotion folder to use this feature

Genymotion warning: You must specify the path to the Genymotion folder to use this feature (windows 7)


In Android Studio install plugins Genymotion not working on click on it, an error showing as above. if you choose any path, an error "Cannot find Genymotion in the specified path" showing in the red color. 
Choose path any because genymotion not available in the c: drive.

After choose path an error showing because genymotion not available in the c: drive.

Solution: 
  1. Install Genymotion desktop. 
  2. logon https://www.genymotion.com/ and click on Desktop sign in at the right top corner.
  3. After Email confirmation download and install Genymotion in to your computer.
  4. After install genymotion click SDK Manager -> Genymotion -> select the path to the genymotion folder -> C:\Program Files\Genymobile\Genymotion -> OK -> Apply -> OK
  5. Click Genymotion device manager in the Android Studio red button at the top center right, but error showing Genymotion: Initialize Engine: failed
  6. Click on Genymotion icon at the Desktop and download the latest version of VirtualBox from www.virtualbox.org/wiki/Downloads
  7. Click Vertual Box 6.0 or above ->  https://download.virtualbox.org/virtualbox/6.0.20/VirtualBox-6.0.20-137117-Win.exe  or higher -> install downloaded file into your computer -> Genimotion Device Manager -> New... -> insert Email id and password -> Next and follow instructions and click personal use -> choose Android API and device click Next -> Install -> after install its ready for use. Thanks



Sunday 17 November 2019

RO Service

RO Water Purifier Service

Ro purifier always provides the purest form of water to the people. So that the people can stay fit and healthy and also stay away from all the diseases that are caused by the drinking of the contaminated water. 

The water that is in the pond and river is the most polluted water. If you drink the water from these places, then you will fall ill. There are lots of diseases that are caused by water, which leads to death also. 

The water that mainly comes from the municipality is dirty water. This is because it contains lots of impure particles. So it's essential that you should always try to maintain and repair the water purifier if needed. For this, you should always contact the RO repair center who will give you services of the repairment of the RO water purifier.

 Ro repair services are the best services you will get from the water purifier shops. For the repair shops, you can also search the internet. You have to write - “RO water repair near me," or you can go for the “RO repair shop near me” and you will get all the details or Contact Us at 9211627332 or visit us at http://www.rogws.com/ro-repair-and-service.php or Click Here.


RO Repair

RO Water Purifier Repair

As you all know that there are lots of microorganisms present in the water due to which people get lots of water-borne diseases like typhoid, jaundice, cholera, dysentery, etc. So the RO water purifier can remove all the minute particles that are present in the water so that you don’t fall sick.

Apart from this, it also ensures that the RO does not remove the essential vitamins and minerals from the water. So it is very much vital that you should go for the RO system repair and its maintenance. If once it gets damaged, it will lose its capability to remove all the minute particles and the water will become poisonous for you and you will fall sick. For this, you should contact the RO water purifier repair shops to repair your water purifier.

Contact us for RO Water Purifier Repair at 9211627332 or visit us at http://www.rogws.com/ or Click Here



Wednesday 4 September 2019

Session value not getting php


php session not working between pages


If you are set session value in one php page, works find in this page, but next page not received any session value. And this session value not get in any page or sub folder or folder.

Simple way to get this session value your other php page in single click.



1. Must be sure always write this code: session_start();

2. Check your .htaccess page and check below code here:

Header always edit Set-Cookie (.*) "$1; HTTPOnly"
Header always edit Set-Cookie (.*) "$1; Secure"

if above two lines here please remove these code in your .htaccess page and enjoy session store value your all pages.
Thanks.




Sunday 28 July 2019

Unable to detect adb version, adb output in Android Studio 3.3.2

Unable to detect adb version, adb output in Android Studio 3.3.2
Unable to detect adb version, adb output in Android Studio 3.3.2
If you face this problem in the Android Studio run application after newly install or update android studio, so don't worry about this error. This error showing because your laptop or computer's (System) RAM is low (4GB) configured. Please increase your RAM (8GB) in your System and enjoy your Android app.

Saturday 20 October 2018

Epson L805 Printer Cover is Open Error Solved

Epson L805 Printer Cover is Open Error Solved

Sometime Epson printer jam the paper and error showing "Cover is Open please close" and last two orange light blinking with green light. This error not a major error because its showing your printer's ink not full. If you see the bottom of the error panel it's recommended please check your ink tank. So Finally, we found if your ink tank near bottom label, this error showing sometime. Please switch off your printer and ink tank full one by one all color. After ink tank full switch on your printer and see it's working fine. Enjoy.