Hello Friends,
I have a default controller named SiteController with some actions in it like: index, aboutcompany etc
When I open my site in browser like: localhost/lucky
The index action is working properly.
On index.php (view) i made a link: echo CHtml::link(‘About Company’, array('site/aboutcompany));
When I click on the link an error appears: The requested url not found on this server.
None of the actions (sitecontroller) are workin except index.
Please suggest me the solution