چرا فایل htaccess کار نمی کنه؟

[font="Tahoma"][rtl]

سلام

طبق این آموزش برای نسخه advanced انجام دادم : http://www.yiiframework.com/doc-2.0/...d-hosting.html

محتویات فایل htaccess هم به شکل زیره :

[/rtl][/font]




Options +FollowSymLinks

IndexIgnore */*

 

RewriteEngine on

 

# if a directory or a file exists, use it directly

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

 

# otherwise forward it to index.php

RewriteRule . index.php



[font="Tahoma"][rtl]

فایل htaccess رو توی فولدر public_html قرار دادم

طبق این فایل باید هرچی به جز فایل ها و فولدر هایی که توی public_html نیست توی url وارد شد، برنامه به index.php هدایت بشه ولی این کار رو نمی کنه

[/rtl][/font]