
Originariamente inviata da
mbistato
htaccess:
codice:
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 pippo.php index.php [L]
RewriteRule . index.php
risultato della richiesta
http://localhost/yii/my_app/pippo.php
Arduino Web Application
Home » Error
Error 404
Unable to resolve the request "pippo.php".
Copyright © 2014 by My Company.
All Rights Reserved.
Powered by Yii Framework.
Non mi sembra che funzioni bene visto che col comando che mi hai dato dovrebbe ridirezionarmi nella index.php
come scrivi nella guida: localhost/yii/my_app/user