*

ishan

  • ****
  • 126 posts
How can i redirect to other page from homepage?
« on: August 10, 2022, 11:39:31 AM »
Hi,

I want when user will open Homepage then it redirect to other custom page

http://example.com to http://example.com/custom-page-19

so please help me how i can do???

*

MB Themes

Re: How can i redirect to other page from homepage?
« Reply #1 on: August 16, 2022, 11:25:27 AM »
@ishan
You can add to main.php code:
Code: [Select]
<?php header('Location:http://example.com/custom-page-19'); exit; ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots