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 -

python - GitPython: check if git is available -

c - getting error: cannot take the address of an rvalue of type 'int' -