Skip to content

XpressEngine tweak

@Sven

To reduce the footprint you can code SER to add XpressEngine verified URLs 50% like it is now with the "?document_srl=123456" at the end and 50% to replace the "?document_srl=123456" with "/12345"

I would love to be able to control the % for each one.

http://www.domain.com/xe/?document_srl=123456
is the same with
http://www.domain.com/xe/123456

http://domain.co.kr/zbxe/?document_srl=12345
is the same with
http://domain.co.kr/zbxe/12345


Comments

  • SvenSven www.GSA-Online.de
    Is that the case for all verified URLs you checked?
  • edited November 2013
    Yes. 100% sure.


    replace :
    ?document_srl=12345
    with :
    12345

    for each url where "?document_srl=12345" exists at the end of the URL
  • SvenSven www.GSA-Online.de
    OK than I might change that by default....as a URL without ? is more of a value.
  • Thanks

    Make it happen only when "?document_srl=12345" is at the end of the URL, for other URL types don't change anything.
Sign In or Register to comment.