Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #21 from bvleur/readme-with-known-issue-php-server
Browse files Browse the repository at this point in the history
Include known issue with PHP webserver and periods in URLs in the README (fixes #20)
  • Loading branch information
RobinBressan committed Mar 30, 2014
2 parents 2a36df0 + 0d41b70 commit f773416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ $ composer install
$ bower install
```

Add a VirtualHost to your Apache config (and add in it 'AllowEncodedSlashes On'), or better, use PHP 5.4 integrated webserver by calling:
Add a VirtualHost to your Apache config (and add in it 'AllowEncodedSlashes On'), or use PHP 5.4 integrated webserver by calling:

```sh
$ php -S localhost:8000 -t web
```

**Known issue**: Node paths containing a period are not working with the PHP integrated webserver as it tries to access a non-existing file instead of PHPCR browser `index.php`.

Configuration
-------------

Expand Down

0 comments on commit f773416

Please sign in to comment.