noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

The requested URL /easyii/admin/install was not found on this server. #116

Closed RGTimothy closed 8 years ago

RGTimothy commented 8 years ago

This error comes up when I clicked the installation button. Please help. Thanks.

boehsermoe commented 8 years ago

What is your full url? Did you add any url rule/pattern in the config?

RGTimothy commented 8 years ago

I just do what the instructions says on easyiicms.com. eas1

then after i clicked on the installation button: eas2

This is my url rule/pattern in the config (default configuration): 'urlManager' => [ 'rules' => [ '<controller:\w+>/view/<slug:[\w-]+>' => '<controller>/view', '<controller:\w+>/<action:\w+>/<id:\d+>' => '<controller>/<action>', '<controller:\w+>/cat/<slug:[\w-]+>' => '<controller>/cat', ], ],

noumo commented 8 years ago

try to install new version http://easyiicms.com/uploads/files/new.zip

RGTimothy commented 8 years ago

@noumo umm..its error again after i configure the DB and try to begin the installation eas3

noumo commented 8 years ago

is mod_rewrite enable on your server?

RGTimothy commented 8 years ago

yes, its been enabled as phpinfo() tells me so

noumo commented 8 years ago

should work. Try to install easyii on virtualhost, not subfolder of localhost.

RGTimothy commented 8 years ago

is this cms should use fxp/composer-asset-plugin:1.0.0? because i'm using 1.1.1 right now

RGTimothy commented 8 years ago

ah its working now. I deleted .htaccess, that's why. Thanks.