Skip to content

Commit 046585f

Browse files
Remove use_rewrites limitation from phpserver readme
1 parent b020517 commit 046585f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

phpserver/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ php bin/magento setup:install --base-url=http://127.0.0.1:8082
2121
--db-host=localhost --db-name=magento --db-user=magento --db-password=magento
2222
--admin-firstname=Magento --admin-lastname=User [email protected]
2323
--admin-user=admin --admin-password=admin123 --language=en_US
24-
--currency=USD --timezone=America/Chicago --use-rewrites=0
24+
--currency=USD --timezone=America/Chicago --use-rewrites=1
2525
```
2626

27-
It's important to note that the router is not able to work with rewrite urls, that's why the flag `use-rewrites` is set to `0`.
28-
2927
Notes:
30-
- You must use `--use-rewrites=0` because the web server cannot rewrite URLs
3128
- By default, Magento creates a random Admin URI for you. Make sure to write this value down because it's how you access the Magento Admin later. For example : ```http://127.0.0.1:8082/index.php/admin_1vpn01```.
3229

3330
For more informations about the installation process using the CLI, you can consult the dedicated documentation that can found in [the developer documentation](https://github.com/magento/devdocs/blob/develop/guides/v2.0/install-gde/install/cli/install-cli-install.md).

0 commit comments

Comments
 (0)