REQUEST htaccess redirect

XSuperDan

Well-known member
Joined
Jun 8, 2021
Messages
66
Awards
3
Offline
Just a webpage redirect? If so add this to your index.php file
<?php
header('Location: https://appsnscripts.com');
exit();
?>
 

bc12

Well-known member
Joined
May 24, 2021
Messages
213
Awards
4
Offline
anyone know how to make redirect?

Redirecting a single URL to a local file.

Redirecting a single URL to a external sites file.

Redirects all URL's on your site to a new site.

More examples can be found here:
 
Top