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 -

excel vba - VBA Proxy auto-configuration for http requests -

sql server 2008 - split ssrs expression between 2 words -