We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d3f3a commit da75a70Copy full SHA for da75a70
docs/USER_GUIDE.md
@@ -231,6 +231,8 @@ This implies that if another php public script is called (any of your custom pub
231
or if you are using some plugin that bypass the WordPress core load process
232
(as the [WP Super Cache plugin](https://wordpress.org/plugins/wp-super-cache/) in Simple mode for example), bouncing will not be effective.
233
234
+To ensure that any php script will be bounced if called from a browser, you should try the `auto prepend file` mode.
235
+
236
In this mode, every browser access to a php script will be bounced.
237
238
To enable the `auto prepend file` mode, you have to configure your server by adding an `auto_prepend_file` directive
0 commit comments