in a folder i have a x.php file, and a y.docx file
in x.php file i wrote:
<h3> <?php echo CHtml::link('Back', array('/site/page', 'view'=>'y.docx'));?> </h3> <a href="y.docx">Click</a>
in the first link the result is : The requested view "y.docx" was not found.
the second link'result is: The system is unable to find the requested action "y.docx".
can anyone help me, how to generally open a document file?