To post a new support question, click the Post New Topic button below.
Current Version: 5.2.5 | Sytist Manual | Common Issues | Feature Requests
Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.
Link Home Page
M
Marco B
255 posts
Thu Feb 17, 22 12:11 PM CST
I ask you for a little help, my previous site had the homepage on fotogp.it/it/index.php some friendly sites have this link on their websites and since I put sityst and deleted the old site that link does not exist, I would like send it to the current home page of sytist which is the classic fotogp.it/
I can create a php and put it in the right url via fpt but I don't know the code to insert into the php to redirect the url of the old homepage to the new home page, can you help me thanks?
I can create a php and put it in the right url via fpt but I don't know the code to insert into the php to redirect the url of the old homepage to the new home page, can you help me thanks?
Edited Thu Feb 17, 22 12:14 PM by Marco B
Tim - PicturesPro.com
17,022 posts
(admin)
Fri Feb 18, 22 5:57 AM CST
Create an index.php file with the following and put it in the /it folder
<?php
header("location: / ");
exit();
?>
<?php
header("location: / ");
exit();
?>
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
My Email Address: info@picturespro.com
M
Marco B
255 posts
Fri Feb 18, 22 7:11 AM CST
it works thanks
Please log in or Create an account to post or reply to topics.

Loading more pages