Posted - 06/27/2021 :  06:50:21
   
 
I followed the instruction
  I renamed the proddetail.php to the_product_name.php (and uploaded)
  *Prod Name :single purity test
  I added like instructed so I have in he_product_name.php
  <?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?>
  <?php $explicitid="single_purity_test"; ?> <?php include "vsadmin/inc/incproddetail.php"; ?>
  and  I always get (the link is: http://www.sopot.net/single_purity_test.php)
  Not Found
  The requested URL was not found on this server.
  Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 
 |