Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
~194 People Reached
Favorite Forums
Web Development x 1
1 Posted Topic
Well I have a workaround. I just add normal html pages as error pages BUT, in those particular html error pages, I do a redirect as follows: [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=../portal/unauthorized.action"> </head> <body> </body> </html>[/CODE] PAY ATTENTION: The ../blah blah/blah is important! …
The End.
lawrence_o