How to change DocumentRoot on Binami Wamp
2018-12-09
In clase use wampstack-5.5.26 Edit File : bitnami.confPath : C:\Bitnami\wampstack-5.5.26-0\apache2\conf\bitnami\bitnami.conf Old Edit to www Read More →
How to change DocumentRoot on Wampserver
2018-12-09
In case use Wampserver 3.1.3 Edit File : httpd-vhosts.conf Path : C:\wamp64\bin\apache\apache2.4.33\conf\extra\httpd-vhosts.conf Default RootDocument Ex : change to C:/wwwRead More →
How to passing PHP objects to javascript
2018-11-03
var car = <?php echo json_encode($car); ?>; console.log(car);Read More →
How to clear cache to CakePHP
2018-10-04
Some timeĀ modified code but on web bower not change because cache in php , solution is you must delete cacheRead More →
How to Debug PHP with VSCode
2018-09-03
Environment Bitnami WAMP Stack 5.6.10-0 Visual Studio Code Windows 7Read More →