How to Send Verification link when a new user register

By Daniel Tadesse Fri, Oct 15, 2021 (3 years ago )
2.1K Views
2.1K Views
Designing a custom 404 page is nice to land a user if they missed an actual site address. First design a page based on your interest and need. second call the page that you created inside .htaccess file. #redirect to custom page not found page RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.g3techdesign.com/$1 [R=30...