| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
linhhuchong
Joined: 25 Nov 2007 Posts: 13
|
Posted: Thu Dec 06, 2007 5:39 pm Post subject: Please help me |
|
|
I want to rewrite the URL but the code seems to works with English only.
My board language:
á -> á
à -> à
ả -> ả
ã -> ã
ạ -> ạ
đ -> đ
ư -> ư
ô -> ô |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Sat Dec 15, 2007 11:26 am Post subject: Re: Please help me |
|
|
reading your other posts, I'm not really sure about what do you want.
It won't be easy to keep these chars as is in URL, because it will imply some urlencode() which is not handled the same by all browser and bugs mod_rewrite.
The next version of the mod will though allow it's use in profiles URL, the following limitation will be added to the install :
| Quote: |
If you use profile and / or user messages pages ID removing, you should know that some urlencode
will be used by some browsers such as Firefox.
As well, a bug with mod_rewrite requires some custom url encoding to handle the "&" case proper in user names.
For example a user named rock&roll will require rock%2526roll (double urlencoded &) to be usable.
( http://www.php.net/urlencode => http://issues.apache.org/bugzilla/show_bug.cgi?id=34602 )
There are other issues with custom characters, like accents, which will add some urlencoded chars in urls.
It's not an SEO issue, since bots knows about urlencoding, but it can end up building pretty long url with multi byte characters.
This does not concern the a-zA-Z0-9 chars, underscore ("_"), hyphen ("-") and dot (".") included. |
Now if you want these to be kept without accents, then, it's possible, please first make sure they are not already properly handled, and I'll tell you what to do if not. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |