To append vars to the end of a url, the first one needs to start with the question mark (?
), with subsequent variables added with an ampersand (&
).
For example:
'http://my.site.com/index.html?variable1=hello&variable2=goodbye'
This can be done for “any number of specific reasons”
solved append the URL so that it will not give 404 [closed]