I need some help. How do I hide the URL in the address bar to mask them using .htaccess when a user click on the submit button?
Example: When a user put their email address and click on the submit button, it will redirect them to the site:
www.3rdpartysite.com
How I can make it to show as my domain name as www.myowndomain.com
instead of www.3rdpartysite.com
?
Can you please show me an example code for the htaccess?