Jump to content

closing v2 store


Guest

Recommended Posts

Soon going to be launching my v3 store but my v2 store has just started to get decent hits from the search engines .

Whenever i have taken a php script down in the past i have never been able to redirect people properly, always getting the

Internal Server Error, this is an error with your script, check your error log for more information.

Is it possible to redirect php pages?

Link to comment
Share on other sites

Guest jbdancer

yes this is possible.

I use this script :

<?



$URL="HERE THe Url";



header ("Location: $URL");



?>



<html>



<title>SITe's Title</title>



<head></head>



<body>



</body>



</html>

do this for the index.php file and also for the view_product file

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...