Using Yii with PHP 5.4 built-in webserver instead of Apache

6 followers

Since version 5.4 PHP can work as a simple webserver so you can develop Yii applications without installing Apache. That's how to use it:

  1. Open command line and cd to webroot (where your index.php is).
  2. Run PHP as webserver:
path/to/php -S localhost:8080
  1. That's it. Now you can work with your Yii project using http://localhost:8080/.

You don't need any rewrite rules. Both clean URLs and path-style URLs are working just fine.

Total 1 comment

#7856 report it
Peter JK at 2012/04/23 07:51am
new array style

about new array style, is it automatically works here?...

Leave a comment

Please to leave your comment.

Write new article