سلام
آقا چی شد؟!
ما بی صبرانه منتظر هستیم تا ادامه بدید ها...
در ضمن من وقتی کد htaccess رو اضافه می کنم ارور 500 می ده!
به صفحه root در پروژه اضافه می کنم و اینم کد :
کد HTML:
DocumentRoot "C:\Program Files\Ampps\www\yii2\web"
<Directory "C:\Program Files\Ampps\www\yii2\web">
RewriteEngine on
# If a directory or a file exists, use the request directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward the request to index.php
RewriteRule . index.php
# ...other settings...
</Directory>