On Thu, 2016-06-23 at 10:57 -0400, Paul Zambrano wrote: > While typing in the address bar http: //paulzam.ing.ula/wordpress1 and > effectively load the page origin server. > (Http://190.168.24.33/wordpress1) fine but when clicking on any link > returns the address bar > http://190.168.24.33/wordpress1/index.php/pagina-ejemplo/ is not doing > the reverse_map
You mean HTML links generated by wordpress? Your problem looks like the one solved by mod_proxy_html in Apache HTTPD. If you check the documents for that (and the tutorial), it explains the problem and solution. There's no mod_proxy_html for Trafficserver, but given that your links are distinctive, you should be able to do the job using the (experimental) stream_editor plugin. -- Nick Kew
