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:

  1. changed php.exe file path local server path.
  2. changed environmental variables also
  3. 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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -