.htaccess mod_rewrite with encoded URL path not working while unencoded path works – Apache
I am newby on working with mod_rewrite on apache and I am currently trying to write an url-shortener that takes an URL like mydomain/s/short/{UriToShorten} and shortens the given URI. What happens When I pass an URI to the shortening route…