Inhibit Redirection |
6/9/2008 12:25:35 PM |
PHPRunner General questions | |
C
cglaeser author
Assuming guest login is allowed, is it possible to display a random item in the database given the URL without redirection? If I post a URL of the form www.site.com/item_view.php?id=1, this will redirect to www.site.com/item_list.php. How do I inhibit this redirection? I want to view the item on the initial visit to the database, and do not want redirection to the item list. |
|
![]() |
Sergey Kornilov admin 6/9/2008 |
Christopher, |
C
|
cglaeser author 6/10/2008 |
you can use AfterSuccfullLogin event to implement your own redirection.
|