yosii Posted April 22, 2011 Share Posted April 22, 2011 I HAVE THIS URL www.SUB.domain.co.il/PAGE i have 2 parameters SUB PAGE i want that url move to this url with hteccess www.domain.co.il/SUB/PAGE how can i do this with hteccess ? thank! Quote Link to comment Share on other sites More sharing options...
fugix Posted April 22, 2011 Share Posted April 22, 2011 Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.