Newbies iseyete Posted January 8, 2002 Newbies Posted January 8, 2002 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.
Jeff Spall Posted January 8, 2002 Posted January 8, 2002 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 regards, jeff
Recommended Posts
This topic is 8700 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 accountSign in
Already have an account? Sign in here.
Sign In Now