Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
How can i redirect to other page from homepage?
Support Forums - Classified Ads Script Osclass
General osclass questions
General discussion
How can i redirect to other page from homepage?
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
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???
Logged
MB Themes
Support team
17696 posts
Only quality matters
Download Osclass
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;
?>
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]