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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -