Jump to content
Server Maintenance This Week. ×

FM Pro 5, Dreamweaver 3, Appleshare IP


This topic is 8144 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I created a web page using Dreamweaver 3.0 and put it in the Web Folder of a G4 running Appleshare IP 6.3.3. When I connected to the page with a browser and attempted to add a new record to the database, I recieved the following error: "The server does not support the requested method or encoding." The method I had indicated in the html code was "post". Is the reason it isn't working a problem with FM Pro, Appleshare, or me? Thanks.

Link to comment
Share on other sites

Hi, a number of things here.

First, You can run Appleshare IP and Filemaker on the same machine OK, but you must change the Filemaker port from 80. Port 591's the recommended choice.

Next, all the html pages that FileMaker references go into the FileMaker web folder (or folders inside that), not the Appleshare IP web folder, and that's the root path for those pages.

Any calls you make to FileMaker, or links from your Appleshare IP-served pages, need to be written as an absolute url - it's like two seperate web servers

So:

http://www.mydomain.com/mypage.htm

will call the Appleshare IP http engine and deliver the page from within its web folder, whilst:

http://www.mydomain.com:591/mypage.htm

will have the page delivered by FileMaker from within the FileMaker web folder.

If you want to deliver some dynamic content, then you have to call FileMaker and define at least the database and a format File and the action, like:

http://www.mydomain.com:591/FMPro?-DB=mydatabase&-lay=layout1&-format=search_results.htm&-error=search_error.htm&-FindAll

If this is your first FileMaker web project, mail me for a couple of very basic working examples that might give you a start - it's easier to find out by taking other people's stuff apart

smile.gif" border="0

regards, jeff

Link to comment
Share on other sites

This topic is 8144 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.