Skip to content

Modifying %url% in engine .ini

I'm working on an engine that accepts a url, but need the http:// portion removing, otherwise it publishes it as http://http://link.com. I'm trying out this code at the moment:

[doctored_url]
type=extract
default=%url%
replace=http://;

...but it doesn't seem to be working as expected. Can anyone shed any light on the proper way to modify an input?

Comments

Sign In or Register to comment.