Skip to content

Commit da75a70

Browse files
docs(user guide): update standalone paragraph
1 parent b8d3f3a commit da75a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/USER_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ This implies that if another php public script is called (any of your custom pub
231231
or if you are using some plugin that bypass the WordPress core load process
232232
(as the [WP Super Cache plugin](https://wordpress.org/plugins/wp-super-cache/) in Simple mode for example), bouncing will not be effective.
233233

234+
To ensure that any php script will be bounced if called from a browser, you should try the `auto prepend file` mode.
235+
234236
In this mode, every browser access to a php script will be bounced.
235237

236238
To enable the `auto prepend file` mode, you have to configure your server by adding an `auto_prepend_file` directive

0 commit comments

Comments
 (0)