Help
Table Of Contents
- FileMaker Server 9 Help
- About FileMaker Server
- New features in FileMaker Server 9
- Deploying FileMaker Server
- Starting Admin Console
- Hosting databases
- Hosting websites
- Starting and stopping FileMaker Server
- Configuring general settings
- Configuring Database Server settings
- Configuring web publishing settings
- Administering clients
- Administering databases
- Using ODBC and JDBC with FileMaker Server
- Monitoring FileMaker Server
- Managing plug-ins
- Securing your data
- Scheduling administrative tasks
- Troubleshooting
- Checking for updates
- About the license key
- Command line reference
- Glossary
- Registration
- Customer support and Knowledge Base
- Copyright information
Hosting websites Hosting PHP websites
F
ILEMAKER SERVER 9 HELP 46
Note If the database file is properly hosted and accessible on FileMaker Server, and the
container fields store the actual files in the FileMaker database, then you need not relocate the
container field contents.
8. To access your PHP website, use the following URL syntax:
<scheme>://<host>[:<port>]/<path>/<filename>
where:
• <scheme> is the HTTP or HTTPS protocol.
• <host> is the IP address
or domain name of the host computer where the web server is
installed.
• <port> is optional and specifies the port that the web server is listening on. If no port is
specified, then the default port for the protocol is assumed (port 80 for HTTP, or port
443 for HTTPS).
• <path> is optional and specifies the folder inside the web server root folder where the
PHP file is located.
• <filename> is the filename of a page in your website.
For example:
http://192.168.123.101/my_site/home.php
Related topics
PHP web publishing settings (page 80)
Hosting websites
(page 44)