I have a page in WordPress with the following structure website.com.au/pre-registration/parameter-name/
, where the parameter name was originally a GET parameter but I was requested to make it part of the URL.
How do I make my .htaccess understand that he must disregard the last part and led the user to website.com.au/pre-registration
instead of returning a 404?
Tried many possibilities I found on web, but none worked.
Leonardo Pessatti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.