Skip to content

Commit

Permalink
Update default port in documentation (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantom409 authored Jan 18, 2021
1 parent 547d5bb commit dbe8261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install-application-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Enter the `php` container

Open in your browser

http://127.0.0.1:8000
http://127.0.0.1:8101

When running Apache you need a configuration like the following to use `enablePrettyUrl` in `.htaccess` in your public `web` folder

Expand All @@ -15,4 +15,4 @@ When running Apache you need a configuration like the following to use `enablePr
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php
RewriteRule . index.php

0 comments on commit dbe8261

Please sign in to comment.