|
|

|


|

|

|

|
|
|
|
|
media
Member
Joined: 08/23/2005
posts: 6
Location: United States
|
|
Posted: 04/05/2006 7:29:09 PM
|
|
I am just wondering if this new New - Friendly URLs with mod_rewrite supports other languages?
Thanks,
media
|
|
|
|
Dmitry
admin
Joined: 01/05/2002
posts: 1497
Location: United States
|
|
Posted: 04/06/2006 4:19:53 PM
|
|
| media : |
04/05/2006 7:29:09 PM |
I am just wondering if this new New - Friendly URLs with mod_rewrite supports other languages?
Thanks,
media |
Hello Media,
I assume you are talking about non-English support for mod_rewrite. Well, I just recently have tried Hebrew and it seemed to work just fine, so the answer is yes. However, as you realize this is something that is limited by Apache and mod_rewrite itself since for In-portal there is no difference how the URLs were built.
Thanks.
|
|
|
|
media
Member
Joined: 08/23/2005
posts: 6
Location: United States
|
|
Posted: 04/27/2006 8:43:29 AM
|
|
[quote id=15984Hello Media,
I assume you are talking about non-English support for mod_rewrite. Well, I just recently have tried Hebrew and it seemed to work just fine, so the answer is yes. However, as you realize this is something that is limited by Apache and mod_rewrite itself since for In-portal there is no difference how the URLs were built.
Thanks.[/quote]
I just tried to use in my lang and i got 404 page not found... If the cat name does not have any non-english chars it is ok, but if there is a non-english char, program returns a 404 page :cry:
|
|
|
|
Dmitry
admin
Joined: 01/05/2002
posts: 1497
Location: United States
|
|
Posted: 05/04/2006 10:35:43 AM
|
|
| media : |
04/27/2006 8:43:29 AM |
[quote id=15984Hello Media,
I assume you are talking about non-English support for mod_rewrite. Well, I just recently have tried Hebrew and it seemed to work just fine, so the answer is yes. However, as you realize this is something that is limited by Apache and mod_rewrite itself since for In-portal there is no difference how the URLs were built.
Thanks.[/quote]
I just tried to use in my lang and i got 404 page not found... If the cat name does not have any non-english chars it is ok, but if there is a non-english char, program returns a 404 page :cry: |
Hello Media,
We've got your support request and going to look into this shortly.
Thanks.
|
|
|
|
media
Member
Joined: 08/23/2005
posts: 6
Location: United States
|
|
Posted: 05/08/2006 10:32:02 PM
|
|
| Dmitry : |
05/04/2006 10:35:43 AM |
| media : |
04/27/2006 8:43:29 AM |
[quote id=15984Hello Media,
I assume you are talking about non-English support for mod_rewrite. Well, I just recently have tried Hebrew and it seemed to work just fine, so the answer is yes. However, as you realize this is something that is limited by Apache and mod_rewrite itself since for In-portal there is no difference how the URLs were built.
Thanks.[/quote]
I just tried to use in my lang and i got 404 page not found... If the cat name does not have any non-english chars it is ok, but if there is a non-english char, program returns a 404 page :cry: |
Hello Media,
We've got your support request and going to look into this shortly.
Thanks. |
It has been 10 days. I am still waiting... It is ok at least i know that you guys are working on it...
Here is my other script that using this kind of script and it is working fine... htaccess content:
RewriteEngine on
RewriteRule ^([0-9]+)\.html$ index.php?page=$1
RewriteRule ^(.+)/([0-9]+)-([0-9]+)\.html$ index.php?cat=$2&page=$3
RewriteRule ^(.+)/([0-9]+)-([0-9]+)-([0-9]+)\.html$ index.php?cat=$2&page=$3&lpage=$4
RewriteRule ^(.+)/([0-9]+)-0-0-([0-9]+)-([0-9]+)-(.+)\.html$ view.php?id=$2&cat=$3&page=$4&type=$5
RewriteRule ^(.+)/(.+)-([0-9]+)-([0-9]+)-([0-9]+)-(.+)\.html$ view.php?id=$3&cat=$4&page=$5&type=$6
RewriteRule ^alpha-(.+)-([0-9]+)\.html$ alpha.php?letter=$1&page=$2
RewriteRule ^mail-([0-9]+)-([0-9]+)-([0-9]+)\.html$ mail.php?id=$1&cat=$2&page=$3
RewriteRule ^mail2-([0-9]+)-([0-9]+)-([0-9]+)\.html$ mail2.php?id=$1&cat=$2&page=$3
RewriteRule ^view-reviews-([0-9]+)-([0-9]+)-([0-9]+)\.html$ reviews.php?id=$1&cat=$2&page=$3
RewriteRule ^review-([0-9]+)-([0-9]+)-([0-9]+)\.html$ review.php?id=$1&cat=$2&page=$3
RewriteRule ^rating-([0-9]+)-([0-9]+)-([0-9]+)\.html$ view.php?id=$1&cat=$2&page=$3&type=rate
RewriteRule ^offers-([0-9]+)-([0-9]+)-([0-9]+)-(.+)\.html$ offers.php?id=$1&page=$2&cat=$3&type=$4
RewriteRule ^gallery-([0-9]+)-([0-9]+)-([0-9]+)\.html$ gallery.php?id=$1&page=$2&cat=$3
RewriteRule ^documents-([0-9]+)-([0-9]+)-([0-9]+)\.html$ documents.php?id=$1&page=$2&cat=$3
RewriteRule ^out-([0-9]+)\.html$ out.php?ID=$1
Thanks,
Media
[Edited By media on 05/08/06 10:36:17 PM]
|
|
|
|
Dmitry
admin
Joined: 01/05/2002
posts: 1497
Location: United States
|
|
Posted: 05/09/2006 9:43:27 AM
|
|
Hi again,
Sorry for delay, we got a bit backup with our new release, but going to work on this shortly and let you know what is possible.
Thanks.
[Edited By Dmitry on 05/09/06 9:43:51 AM]
|

|

|
|