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/
Alias Name in hebrew lang
- Oliver Georgi
- Site Admin
- Posts: 9938
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Re: Alias Name in hebrew lang
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).
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).