Pawan,
To do what you're looking for, on the maslowed.me/index.php?option= page, you want the following:
* The share/like button on that page should point to the guest page:
{JFBCLike href=https://www.maslowed.me/Pawan/1081/physics}That will make the Like button on the page refer to the guest version of the URL. This is the most important piece. The Like button on that page needs to be for the proper URL. If it's for the 'current' page, it won't work.
* An og:url tag pointing to the non-logged in (guest) page:
{SCOpenGraph url=https://www.maslowed.me/Pawan/1081/physics}That will make any share's or Likes that point to the index.php.. page redirect to the guest page. However, since this is a 'logged in' page, Facebook will likely never see those tags since it can't scan the page. It's still recommended to add the proper tag to it though.
I hope that helps explain,
Alex