Hi, I'm doing a temporary redirect 302 using .htaccess, my code is
# BEGIN test redirect
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.dominio_nuevo.com [R=302,L]
</IfModule>
# END test redirect
If I enter the folder of my localhost where the .htacess is, it redirects to the new domain, with the following url
http://localhost/pruebas/redirect_htacces
But to redirect to another page of the same site for example link the htacces does not redirect, I write it in the url of the following way
http://localhost/pruebas/redirect_htacces/contactenos.html