X Content-Type Header Missing
X Content-Type Header Missing TO prevent MIME-type sniffing we have to be very cautious. First check how it looks. Open any page of your website. I am using Firefox with firebug addon. You can use […]
Learning Never Ends …
X Content-Type Header Missing TO prevent MIME-type sniffing we have to be very cautious. First check how it looks. Open any page of your website. I am using Firefox with firebug addon. You can use […]
Remove server banner details from response header If you don’t want to expose your Server Details on HTTP Response Header , you need to take care about it. First check how it looks. Open any […]
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 […]