# Rewrite tools to other paths, e.g. different webapps using different # ajp proxies RewriteEngine on # RewriteLog logs/rewrite # RewriteLogLevel 9 RewriteRule ^/S/(.*)/sdemo/(.*) /imagetool/$1/sdemo/$2 [P] # example RewriteRule /S/(.*)/example/(.*) /examples/$2?stellar.sitePath=$1 [qsappend,P] # example RewriteRule /S/(.*)/sexample/(.*) /servlet-examples/$2?stellar.sitePath=$1 [qsappend,P]