You can redirect your web-page with the help PHP
code
Header("HTTP/1.1 301 Moved Permanently");
header( 'Location: http://www.ratanjyot.com/beta_version/index.php' ) ;
?>
You can redirect your web-page with the help PHP
code
Header("HTTP/1.1 301 Moved Permanently");
header( 'Location: http://www.ratanjyot.com/beta_version/index.php' ) ;
?>