hippyjim
(Hippyjim)
1
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?
hippyjim
(Hippyjim)
2
Disabled "clean" urls and things work again.
Please fix the instructions and remove wrong information.
hippyjim
(Hippyjim)
3
It’s a shame Yii2 doesn’t have working clean URLs like Yii1 did though. Seems like a step backwards.
mbi
(mbi)
4
removing this line from apache .htaccess file fixed it for me
RewriteRule ^index.php/ - [L,R=404]
hippyjim
(Hippyjim)
5
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!