I need something like this: h ttp:w ww.domain.com/cat/page1.html to be redirected 301 to h ttp: page1.domain.com please if you can help me. thanks i try a few methods but no results
Feel free to add the code below to the .htaccess file in your public_html directory. RewriteEngine on redirect 301 /cat/page1.html [url]http://page1.domain.com[/url] Code (markup):