Categories

Avoid installation Base URL verification error on localhost

Chris Diaz June 20, 2011
Rating: 3.0/5. From 1 vote.
Please wait...

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.

Top Magento Themes
This entry was posted in Magento Tutorials and tagged base url, install, Magento, verification. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket