apache - Redirect 2 different domains to 2 different directory + .htaccess -
here directory structure:
root root/cakephp root/wordpress
how redirect
example.com/cakephp
cakephp
directory- and redirect rest of urls
wordpress
we have bespoke website want configure separately cakephp , rerequest example.com/cakephp
should go cakephp directory , rest of requestes goes our cms (which wordpress in wordpress folder).
in root .htaccess have rule:
rewriteengine on rewriterule !^(cackephp|wordpress)/ wordpress%{request_uri} [l,nc]
Comments
Post a Comment