New basic install, followed instructions, urls don't work

I followed the instructions at: http://www.yiiframework.com/doc-2.0/guide-start-installation.html

Now I can’t see any of my pages other than the homepage.

Including the mod rewrite stuff has broken the basic application. Any links all produce 404 errors.

Nothing works. How do I fix it?

And can that be included in the instructions please?

Disabled "clean" urls and things work again.

Please fix the instructions and remove wrong information.

It’s a shame Yii2 doesn’t have working clean URLs like Yii1 did though. Seems like a step backwards.

removing this line from apache .htaccess file fixed it for me

RewriteRule ^index.php/ - [L,R=404]

Thanks - that was it - although I did as instructed and put it straight in the apache config. Dev team definitely need to fix those instructions!