Created
March 21, 2016 20:30
-
-
Save maximishchenko/90f5f15543f2de5a71a5 to your computer and use it in GitHub Desktop.
PHP Built In Server Rewrite Rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Example for yii2 project | |
| # VirtualHost in @app/web directory | |
| php -S localhost:8888 -t web web/index.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment