Hi,
I'm using the Webdev url rewrite feature and it did look promising at first.
I'm using the parameter button to create an automatic link url in a looper.
But now I'm having a problem when part of the generated url contains one or more periods (.).
Apparently the browser (or webdev?) considers the part after the period to be the file extension and a Not Found error is displayed for the requested page. If I remove the periods the page shows ok.
So if the url is "[www.mysite] brand-Some article hxb 12.5 x 23.4 with battery included.awp" it is not found.
Where 123456 is the real parameter and the other two parts are only supplied to make the url seo friendly.
I tried to urlencode the period to %2E manually, but then Webdev urlencodes the % sign on top of that, making the url invalid too.
Any suggestions?
Kind regards,
Piet
I'm using the Webdev url rewrite feature and it did look promising at first.
I'm using the parameter button to create an automatic link url in a looper.
But now I'm having a problem when part of the generated url contains one or more periods (.).
Apparently the browser (or webdev?) considers the part after the period to be the file extension and a Not Found error is displayed for the requested page. If I remove the periods the page shows ok.
So if the url is "[www.mysite] brand-Some article hxb 12.5 x 23.4 with battery included.awp" it is not found.
Where 123456 is the real parameter and the other two parts are only supplied to make the url seo friendly.
I tried to urlencode the period to %2E manually, but then Webdev urlencodes the % sign on top of that, making the url invalid too.
Any suggestions?
Kind regards,
Piet