Problems selecting the right Cat
| donP |
|
|---|---|
|
To avoid problems with add / edit, I simply set the file datas/urltrans.dat like this:
page id=* {page_url_structure()}
page al=* {page_url_structure()}
list c=* {list_url_structure()}
* * {$_area}.php
so only page.php?id= and page.php?al= had rewritten, instead the urls to add/edit pages remain un-rewritten and don't generate errors. in [color=#729FCF][b]BLUES[/b][/color] I trust
|