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
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
replace :
?document_srl=12345
with :
12345
for each url where "?document_srl=12345" exists at the end of the URL
Make it happen only when "?document_srl=12345" is at the end of the URL, for other URL types don't change anything.