Passing URL parameters for redirecting to external website
Permalink
I'm trying to create a link that redirects to a concrete5 page. This page accepts a URL parameter of another URLhttp://www.google.com.
However because the parameter is not recoginzed by Concrete5 it throws a 404 error.
mywebsite/redirect/redirect.html&acslink=http://www.google.com
Because of acslink=http://www.google.com it throws the 404.
How can I get it to accept a custom URL parameter?
However because the parameter is not recoginzed by Concrete5 it throws a 404 error.
mywebsite/redirect/redirect.html&acslink=http://www.google.com
Because of acslink=http://www.google.com it throws the 404.
How can I get it to accept a custom URL parameter?
I don't know about the parameter but C5 is not going to recognize a page with an .html extension