error in unicode URL

#1
Hello
Web server installed on my server is litespeed.
Sites on my server they are Iranian and Persian language is
Their systems, making blogs like wordpress and movable type installation have addresses (URL) in your blog by making your blog system to have the Persian and Persian when they address (URL) the litespeed web server error Server is busy .. .
I think my litespeed web server and unicode utf-8 does not support.
Please help setting up the server so I put that address (URL) the unicode support.
Managers and users have for help.
Thanks!
 

NiteWave

Administrator
#2
is the page UTF-8 encoding?
may not be a web server's issue --- lsws is working well in all languages environment. URL in UTF-8 encoding to include various single-byte or multi-bytes characters should be ok too.
 
#3
is the page UTF-8 encoding?
may not be a web server's issue --- lsws is working well in all languages environment. URL in UTF-8 encoding to include various single-byte or multi-bytes characters should be ok too.
No, pages are utf-8 support, url only utf-8 do not support.
url example below, I made the server and file manager is there but when you go to this address, litespeed web server gives an error saying the server is busy. Where is the problem of
enough?
support not because I think the utf-8 is set or not because of the server.
you'd like to help me?
example url:
Code:
today-download.com/archives/ورژن_جدید_آنتی_ویروس_نود_32/index.php
Error:
Code:
503 Service Unavailable 
The server is temporarily busy, try again later!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
 
Last edited:

NiteWave

Administrator
#4
ok, with example, I got to know the issue now. I'll study on it.

questions:
1. is ورژن_جدید_آنتی_ویروس_نود_32 a folder name? what's its encoding?
2. how about under apache?
 
#7
Some characters supports url and opens and some characters not supported and does not open url.
For example, the link you will open up taking it because its characters are supported, but that link does not open when I put my characters is not supported.
Yes, that link you to the folder name is also disregarded.
If a shorter name I may link to open, and perhaps the characters are not supported and is not open!
 

NiteWave

Administrator
#8
I successfully created a same name folder in a test box and being ok to access:
Code:
http://localhost/ورژن_جدید_آنتی_ویروس_نود_32/hello.php
http://localhost/ورژن_جدید_آنتی_ویروس_نود_32/hello.html
so this should not be an lsws issue at all.

attached is the text file containing the special characters encoded in UTF-8

to create the folder:
Code:
mkdir `cat persian2.txt`
 

Attachments

#10
ok
tried several methods and an html file and php files and made a folder ...
html file and the folder opens but the error does not open php files and gives error
Address:

URL Is OK :
Code:
http://today-download.com/archives/ورژن_جدید_آنتی_ویروس_نود_32/

http://today-download.com/archives/ورژن_جدید_آنتی_ویروس_نود_32.html
URL Not OK:
Code:
http://today-download.com/archives/ورژن_جدید_آنتی_ویروس_نود_32.php
why php files with utf-8 characters and error is a problem?
 
Top