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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -