i upload all of my web folder to the root
and then move all my project to inside a folder
and fixed all the addresses in the main index.php
every thing works fine but i dont know for what reason this happens
But:
class SiteController extends Controller
{
public function actionIndex()
{
return $this->render('index');
}
public function actionTest()
{
echo 'awdaw';
}
|
but site index Works fine
2
Answers
i found the solution in my htaccess file in the end my .htaccess become this and it is ok right now
Please check your htacess file and try to call using controller/action. Here in your case it will be site/test