Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Topic started by: Ahmed Abdelhamed on September 29, 2021, 03:30:02 AM
-
how to redirect all 404 error page to the home page in osclass theme dreamfree thanks in advanced
-
@Ahmed
If you go to 404.php of your theme, at very beginning of file enter:
<?php
header('Location:' . osc_base_url());
?>
It should do the trick.
-
i try it didnt work with me and the 404 error page that appear to me not the custom 404.php that in the theme its the default 404 page of the host
-
@Ahmed
Then best to check with hosting.