File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ wp server [--host=<host>] [--port=<port>] [--docroot=<path>] [--config=<file>]
1616Uses ` php -S ` to launch a web server serving the WordPress webroot.
1717< http://php.net/manual/en/features.commandline.webserver.php >
1818
19+ Importantly, PHP's built-in web server doesn't support ` .htaccess ` files.
20+ If this is a requirement, please use a more advanced web server.
21+
1922** OPTIONS**
2023
2124 [--host=<host>]
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ class Server_Command extends WP_CLI_Command {
88 * Uses `php -S` to launch a web server serving the WordPress webroot.
99 * <http://php.net/manual/en/features.commandline.webserver.php>
1010 *
11+ * Importantly, PHP's built-in web server doesn't support `.htaccess` files.
12+ * If this is a requirement, please use a more advanced web server.
13+ *
1114 * ## OPTIONS
1215 *
1316 * [--host=<host>]
You can’t perform that action at this time.
0 commit comments