[solved] Wamp on Windows XP

1- Go to MyComputer, right click.

2- Click on advanced tab, click on enviroment variables

3- In system variables select "path", click on "edit" and add this ";C:\wamp\bin\php\php5.3.0" (without "")

4- Click ok,ok,ok… reset the PC…

5- Start/Run write CMD and click OK.

6- C:/wamp/www and mkdir blog

7- cd yii/framework

8- yiic webapp c:/wamp/www/blog

9- y


Thats all folks!

I hope to be easy, and I think there are a lot of people "windows/addicts" and if they use Windows they have not any idea of using a terminal.

Sorry, I know my english is bad…

I succeeded in the above steps. I am now plagued from a problem where attempting to run the installed application produces a 403 error that reads:

You don’t have permission to access /framework/mywebapp/index.php on this server.

As I don’t know how to change chmod privileges on a localhost setup (which I assume is the solution) I don’t know what to do. I tried to change the folder permissions but that didn’t help.

Any ideas?

Try this:

1- Right click on folder.

2- Click on properties.

3- unselect "read-only"

If is a problem of privileges I guess that is the solution in windows. If you have linux try with chmod 666