How can i stop this? i want SEO friendly URLs with no underscores
Marcus
How can i stop this? i want SEO friendly URLs with no underscores
Marcus
You can do that in the ow_utilities/validator.php file.
can you explain?
const URL_PATTERN = '/^(http(s)?:\/\/)?((\d+\.\d+\.\d+\.\d+)|(([\w-]+\.)+([a-z,A-Z][\w-]*)))(:[1-9][0-9]*)?(\/?([\w-.\,\/:%+@&*=~]+[\w- \,.\/?:%+@&=*|]*)?)?(#(.*))?$/';