I have many URLs in my PHP script, but I want to replace %20
with -
or _
, and .
with -
.
Can I do this replacement globally using .htacess
?
I have many URLs in my PHP script, but I want to replace %20
with -
or _
, and .
with -
.
Can I do this replacement globally using .htacess
?