mod_rewrite Compatibility

The mod_rewrite options are akin to .htaccess directives. These are necessary to help some PHP scripts function. The associated software should be installed in the path specified as "Source Path".

These options are mutually exclusive. Lifeboat will only allow one selection for each Website Files configuration. To use multiple PHP scripts on the same website, place each script under its own Website Files configuration. There are no conflicts with nested or sibling Website Files entries.

Supported software:

  • Easy!Appointments - Self hosted appointment scheduling
  • Grav - A flat-file markdown CMS
  • MantisBT - The REST API endpoints for Mantis Bug Tracker
  • Sendy - Self hosted newsletter software
  • WordPress - Popular open source CMS
  • YOURLS - Your Own URL Shortener

If you have a need for anything else please contact support!


try_files must exist (=404)

This option may help some PHP scripts operate without the need for application-specific configuration. Selecting it will add this line to the location { } directive in nignx:

try_files $uri $uri/ =404;