My HTACCESS FILE IS AS FOLLOWS:
rewriteengine on
rewritecond %{HTTP_HOST} ^mydomain.com$
rewriterule ^mydomain/(.*)$ "http://www.mydomain.com/$1" [R=301,L] #4d864805b49b5
I want to move ONLY specific pages from this domain to a new domain
How do I edit my HTACCESS (which redirects http:// to www.) to move specific pages from old domain (which I have to delete) to new domain....
I.e. http://mydomaon.com/move.html needs to move to http://mynewdomain.com/move.html
Where i can delete the original domains