- Open C:\Windows\System32\drivers\etc\host in a text editor such as Notepad.
- Remove # before 127.0.0.1 localhost
- Remove line: # ::1: localhost
- Save and you're done.
8/30/2010
Fixing XAMPP localhost in Windows 7
While working with reCaptcha on localhost in Windows 7 64 bit, I faced a problem that I couldn't get the correct localhost IP. It came with ::1: and reCaptcha couldn't check whether entered value was valid or not. Here is the solution:
Subscribe to:
Post Comments (Atom)
The 0/1 Knapsack Problem - Dynamic Programming
References: https://www.youtube.com/watch?v=EH6h7WA7sDw Class Item class Item { private $_weight; private $_value; public functi...
-
Set Alternating Row Styles for the Windows Forms DataGridView Control Rất đơn giản chỉ có hai dòng, một dòng cho màu mặc định, và một dòng...
-
Trước tiên tạo một class ColorTable.java import java.awt.Color; import javax.swing.JTable; import javax.swing.table.*; public class Col...
-
http://dev.mysql.com/doc/refman/5.0/en/replace.html http://dev.mysql.com/doc/refman/5.5/en/insert-on-duplicate.html Bảo Ân đã nói "S...
No comments:
Post a Comment