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

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

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -