Skip to main content
Tweeted twitter.com/#!/StackWebmasters/status/345855898318688256

do i Do I really need to remove special characters in urla URL?

I have aan FTP account shared with friends where we upload underground music albums and then we use the links to share the downloads in a music forum. ProblemThe problem is that the album names are in french so there is a lot of special characters in the name.

So the URL looks like http://www.mydomain.com/downloads/Some Band - En français avec des caractères spéciaux (2013) [7'' EP].ziphttp://www.mydomain.com/downloads/Some Band - En français avec des caractères spéciaux (2013) [7'' EP].zip

For me it works perfectly and iI can download the file by using this URL, but iI have read everywhere that special chars are bad in URL. Is

Is there any reason why i MUSTI must remove the special characters or encode the URL  ? Is Is everyone able to access ana URL with special characters or will some older browsers won'tnot be able to download the file files?

I really don't care about SEO or anything else. I just want the download links to work for everyone.

Since the files are uploaded through FTP i, I can't use PHP to remove the special charscharacters with a regex, so iI really don't know what to do.

do i really need to remove special characters in url?

I have a FTP shared with friends where we upload underground music albums and then we use the links to share the downloads in a music forum. Problem is that the album names are in french so there is a lot of special characters in the name

So the URL looks like http://www.mydomain.com/downloads/Some Band - En français avec des caractères spéciaux (2013) [7'' EP].zip

For me it works perfectly and i can download the file by using this URL but i have read everywhere that special chars are bad in URL. Is there any reason why i MUST remove the special characters or encode the URL  ? Is everyone able to access an URL with special characters or some older browsers won't be able to download the file ?

I really don't care about SEO or anything else. I just want the download links to work for everyone.

Since the files are uploaded through FTP i can't use PHP to remove the special chars with regex so i really don't know what to do.

Do I really need to remove special characters in a URL?

I have an FTP account shared with friends where we upload underground music albums and then we use the links to share the downloads in a music forum. The problem is that the album names are in french so there is a lot of special characters in the name.

So the URL looks like http://www.mydomain.com/downloads/Some Band - En français avec des caractères spéciaux (2013) [7'' EP].zip

For me it works perfectly and I can download the file by using this URL, but I have read everywhere that special chars are bad in URL.

Is there any reason why I must remove the special characters or encode the URL? Is everyone able to access a URL with special characters or will some older browsers not be able to download the files?

I really don't care about SEO or anything else. I just want the download links to work for everyone.

Since the files are uploaded through FTP, I can't use PHP to remove the special characters with a regex, so I really don't know what to do.

Source Link
anon
anon

do i really need to remove special characters in url?

I have a FTP shared with friends where we upload underground music albums and then we use the links to share the downloads in a music forum. Problem is that the album names are in french so there is a lot of special characters in the name

So the URL looks like http://www.mydomain.com/downloads/Some Band - En français avec des caractères spéciaux (2013) [7'' EP].zip

For me it works perfectly and i can download the file by using this URL but i have read everywhere that special chars are bad in URL. Is there any reason why i MUST remove the special characters or encode the URL ? Is everyone able to access an URL with special characters or some older browsers won't be able to download the file ?

I really don't care about SEO or anything else. I just want the download links to work for everyone.

Since the files are uploaded through FTP i can't use PHP to remove the special chars with regex so i really don't know what to do.