Alias Name in hebrew lang

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
yoyob
Posts: 2
Joined: Sat 18. Sep 2010, 17:03

Alias Name in hebrew lang

Post by yoyob »

hello to all,

i'm trying to put alias name in hebrew language and it doesn't work (its change to "zz" alias)
i was trying to change the alias name in the database but the link didn't work with rewrite mod (index.php?מאמרים).
use with v1.4.5,
there any solution?

one more thing, where and how can i change the File extension phtml, somting like that mydomain.com/articles.php -> mydomain.com/articles/
User avatar
Oliver Georgi
Site Admin
Posts: 9938
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Re: Alias Name in hebrew lang

Post by Oliver Georgi »

Hebrew was never tested for alias, such will get more attention with coming move to UTF-8 only.

I can recommend using pure ASCII only for alias.

Segmented URLs are impossible at the moment. If you need that you have to rewrite the part where phtml is rendered for alias based rewrite. I would enhance it with a trigger so rewrite only rewrites matches in case "trigger" exists:
example.com/index.php?myalias -> example.com/trigger/myalias

Please NEVER use mydomain.com or something like this for samples: example.com is correct (more on Wikipedia).
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Post Reply