Local php development with docker
We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]
Learning Never Ends …
We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]
to upgrade phpmyadmin in wamp use the following steps – 1.Copy new myadmin folder in “C:\wamp\apps” 2.consider new version is “phpMyAdmin-3.4.9-all-languages” 3. copy “config.sample.inc.php” as “config.inc.php” 4. insert thos fields -> <?php /* Servers configuration […]
1. Open C:\wamp\bin\apache\Apache2.2.17\conf\httpd.conf and make change: a. DocumentRoot “H:/tanmay_website/www/” b. <Directory “H:/tanmay_website/www/“> 2. Open C:\wamp\bin\apache\Apache2.2.17\conf\extra\httpd-vhosts.conf and make change <VirtualHost *> ServerAdmin webmaster@localhost DocumentRoot “h:/tanmay_website/www” ServerName localhost ErrorLog “c:/wamp/logs/localhost-error.log” CustomLog “c:/wamp/logs/localhost-access.log” common </VirtualHost> 3. Remove […]
In the file: C:\wamp\bin\apache\Apache2.2.11\conf\extra\httpd-vhosts.conf Find: NameVirtualHost *:80 Replace with: NameVirtualHost * In the file: C:\wamp\bin\apache\Apache2.2.11\conf\httpd . conf Find: #Include conf/extra/httpd-vhosts.conf and delete the # Location: C:\Windows\System32\drivers\etc\hosts For Each Website you will need to […]