Cannot launch my PHP project on Aptana Studio 3 -
i'm trying launch php file using apatana studio 3 following message :
unexpected error
failed launch on php server
reason :
could not create default server launch
i have installed wamp , server running(green). can access localhost page. default workspace has been switched www.
which settings should change have php file working ?
i found source of problem. had go folder "wamp/www/", open index.php , search $suppress_localhost , set value false. after restarting server access project directly localhost in wamp.
Comments
Post a Comment