How to stop reflux testing from server

  1. Open terminal from any computer which is connected to server.
  2. Type following commands as shown in screenshot.
    1. As we want to access server computer from another computer type command 'ssh root@12.207.3.240'
    2. Enter password=????
    3. Now you are accessing server computer.so be careful before deleting anything.
    4. Type command 'cd /var/www/html'.Then command 'pico common.php' and press enter.
    5. Note [ There is a space between cd and /var]
    6. Following screen will be shown.step 2
  3. In above screen 'reflex=yes'. Instead of 'yes' write 'no' so it will bypass reflux testing.
  4. Press 'ctrl+o' and press 'enter' to save changes.Then press 'ctrl+x' and press 'enter' to exit.
  5. Finally to end connection to server computer type 'exit' in terminal.