question about page_add bug solving with mod_rewrite enabled
donP |
|
---|---|
The form button in page_add module points to page.php?m=add&a=add...
The problem is that, nomral users pages go to validation queue and redirection points to index.php; Admins pages - instead - go to database directly and redirection points immediatly to page.php?id=#(the new inserted page ID). This is bad interpreted by url_rewrite engine I think, so a "930 bad url message" has returned. in [color=#729FCF][b]BLUES[/b][/color] I trust
|