if the url includes chinese character , my server return internal server error
how can i configure my apache to accept the chinese character in the url path, thanks
if the url includes chinese character , my server return internal server error
how can i configure my apache to accept the chinese character in the url path, thanks
maybe return the unicode value and process it into something your server DOES understand...