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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -