Ok, I figured out the problem.
In the "WorkflowUtil.cs" file, the line:
redirectURL =
"_layouts/happenings/sitecreationworkflow/newsbwebworkflow.aspx";
Should be changed to:
redirectURL =
"happenings/sitecreationworkflow/newsbwebworkflow.aspx";
The "_layouts/" part is unnecessary since the browser automatically adds it in (relative URL).
Once I changed this it now directs the user to the "newsbwebworkflow.aspx" page as it should.
The next problem however, is that after a user enters in the reason for requesting the site, they get an "Access Denied" error upon submitting the page.
Not sure why this occurs yet.
- Dink