I am trying to create a rule in the htaccess to redirect this URL (space added after http to display url correctly here on the forum)
[url]http ://pocketfinder.com/mobile/iphone/silentlogin.aspx[/url]
and this one
[
pocketfinder.com ]
to the following
[
iphone.pocketfinder.com ]
I currently have this in the .htaccess which works for the top URL but not the bottom one.
RewriteRule ^.*/silentlogin.aspx$ [
iphone.pocketfinder.com...] [QSA,L]
It must be mentioned that the first 2 URLs are on one server and the end address is on another server. Also the first server does not currently have an SSL but the second server does.
Any help in this matter is greatly appreciated.
Cheers,
Dex