Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ sudo apachectl -k restart
```


#### An alternative to Apache is using php -S in the htdocs directory.
#### An alternative to Apache is using php -S from the LORIS root directory.
```
php -S localhost:8000 -t . router.php
php -S localhost:8000 -t htdocs/ htdocs/router.php
```
Logs will be sent to stderr.

Expand Down
Loading