How to set up an alias to map one directory to another destination
October 26, 2018
RewriteRule ^from/(.*) to/$1
Don't forget that you will probably need to enable the rewrite engine for these rules to work. Click the button below to find out how to do this.