php - How to setup existing yii project in xampp on windows -
i have yii framework project in server running successfully.
but let me know how setup xammp server(local) on windows. checked self in way:
- changed php.exe file path local server path.
- changed environmental variables also
- run http://127.0.0.1/html , http://localhost/html
but says object not found please suggest procedure .
check .htaccess file. default file content:
rewriteengine on rewritebase /connect_donors rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^(.*)\?*$ index.php/$1 [l,qsa]
Comments
Post a Comment