View previous topic :: View next topic |
Author |
Message |
mwagoner
Joined: 11 Aug 2011 Posts: 21
|
Posted: Fri Aug 19, 2011 3:07 pm Post subject: GetWeb/IIS prob after migration from V4 DB to new V5 server |
|
|
I recently built a new Win2K3 server (see my previous post from Aug 11) with version 5 of PageGate (5.0.0.95). I then transferred a version 4 DB from our old server to this new server, and upgraded it to version 5. All my data seems to have come over properly.
I've now tried to set up IIS and the GetWeb module according to the steps here --> http://www.notepage.net/get-web-install-2003.htm.
I deviated from the instructions in step 6.
Although the guilist.htm file exists, there is no line containing "mydomain.com."
When I navigate to the website http://myserver/abcd I see the proper web page with all the recipients I would expect to see. I can add them to the "to field" and enter my message but when I try to send the message, I get an http 405 error. Here is what I'm seeing in my IIS logs.
2011-08-18 17:18:06 W3SVC1 192.168.1.2 GET /abcd - 80 - 192.168.1.20 (Browser info removed) 301 0 0
2011-08-18 17:18:06 W3SVC1 192.168.1.2 GET /abcd/Default.htm - 80 - 192.168.1.20 (Browser info removed) 200 0 0
2011-08-18 17:18:37 W3SVC1 192.168.1.2 POST /abcd - 80 - 192.168.1.20 (Browser info removed) 405 0 1
Any ideas where I may have gone wrong?
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4382
|
Posted: Fri Aug 19, 2011 3:13 pm Post subject: |
|
|
We modified the template system slightly since those steps were posted. I'll have to go back and edit them. What you want to do is go into the PageGate Admin and go in to the Interfaces - GetWeb - Setings.
Set the CGI URL to whatever the URL path to the scripting directory is. For example, if you left it at the default location, your CGI URL would look something like this:
http://yourservernamehere/scripts/webgate.exe
If you created a pgscripts folder and are using that as your scripting directory, your CGI URL would be this:
http://yourservernamehere/pgscripts/webgate.exe
After you set that, tell PageGate to republish the site by going in to the member list of your web paging group. Remove a member of the group, add the member right back in, then click on apply. That tells PageGate to republish the default.htm and index.htm files in your web paging group's folder based on the guilist.htm template file. |
|
Back to top |
|
mwagoner
Joined: 11 Aug 2011 Posts: 21
|
Posted: Fri Aug 19, 2011 3:24 pm Post subject: |
|
|
That worked.
Thank you very much!!!!
|
|
Back to top |
|
|