Avatar of awarraic
awarraicFlag for United States of America

asked on 

URL re-write

Hi, I am trying to re-direct a url to a totally different domain name but want to keep the query string or any left over url the same. So, basically, just change the domain name, nothing else...
Thanks much.

old url:
www.abc.com/febs/[random document name, for example xyz.pdf]

to:
www.def.com/febs/[random document name, for example xyz.pdf]
Apache Web ServerWeb ServersJava

Avatar of undefined
Last Comment
for_yan
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

For the address string 's' above try
final String SCHEME = "http://";
String newS = new URI(SCHEME + s).getPath();

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of hax1
hax1
Flag of Austria image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of hax1
hax1
Flag of Austria image

oh and the .htaccess file is a simple text file, nothing fancy.
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

I assume, since you've posted in the Java TA, you want a Java answer. If that's not the case, please say
SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
Java
Java

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.

102K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo