apache - RewriteRule with JkMount -


in mod_jk.conf need rewrite url of form www.abc.eu www.abc.eu/cde before processing jkmount. tried

rewriteengine on rewriterule ^$ /cde  

but no success. idea?

solved.

solution is:

rewriteengine on rewriterule ^/$ /cde [pt] 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -