Magento 1.9 base url validation error installing on localhost

This is a very common issue while installing Magento 1.9 on localhost. If you are an experienced developer and have good knowledge about virtual hosting. You can create the virtual host for Magento setup.

Quick solution without a virtual host.
We need to disable URL validation here.

  1. Inspect “Base URL” input in firebug/ inspect element chrome
  2. Remove “validate-url” from the list of classes
  3. Click “continue” button