I am currently using
RewriteRule ^(.*)wordpress(.*) $1wp-oct/live$2
to remap my test install at www/wp-oct/live/ to http://localhost/wordpress/
And it does the job but it also changes the url in the addressbar as http://localhost/wp-oct/live
Is there a way to keep the url in the addressbar http://localhost/wordpress/
You might like to use
mod_proxyfor this instead of rewriting: