All about Magento E-commerce Store.......MagentoForum: Avoid installation Base URL verification error on localhost

Thursday, July 7, 2011

Avoid installation Base URL verification error on localhost

This tutorial will show you how to avoid the base URL field verification. When you are installing the Magento engine to your local server for testing purposes you may see the Base URL field verification message:

The easiest way to avoid the verification error is to change the Base URL field class.

  1. Open the browser development tool (for example Firebug for Mozilla Firefox)
  2. Select the Base URL field
  3. You can see the field class is – class="required-entry validate-url input-text"

  4. Remove the validate-url class. As a result you should have: class="required-entry input-text"
  5. Press Continue button at the bottom of the page to proceed to the next installation step.

No comments:

Post a Comment