Skip to content

Instantly share code, notes, and snippets.

@maximishchenko
Created March 21, 2016 20:30
Show Gist options
  • Select an option

  • Save maximishchenko/90f5f15543f2de5a71a5 to your computer and use it in GitHub Desktop.

Select an option

Save maximishchenko/90f5f15543f2de5a71a5 to your computer and use it in GitHub Desktop.
PHP Built In Server Rewrite Rules
#!/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