im create a simple php project then upload this server but this show Internal Server Error -
internal server error
the server encountered internal error or misconfiguration , unable complete request.
please contact server administrator @ webmaster@works.galaxybit.tk inform them of time error occurred, , actions performed before error.
more information error may available in server error log.
additionally, 500 internal server error error encountered while trying use errordocument handle request.
my index php file:
<?php include "header.php"; if(isset($_get['logout'])){ unset($_session['user']); header("location:index.php"); } ?> <section class="body"> <div class="container"> <div class="row"> <div class="col-8"> <?php header("location:product.php"); ?> </div> <div class="col-4"><?php include "sidbar.php"?></div> </div> </div> </section> <?php include "footer.php"; ?>
Comments
Post a Comment