While installing Magento in the local server, in the configuration section, you may be asked to enter the base url. But the installation wizard will not accept the local server url. It is because Magento won’t consider the local server url as a valid url.

Solution:
For this you need to remove the validation for the particular section.
- Open \app\design\install\default\default\template\install\config.phtml
- Find the textbox where the base url is entered. It will be around line no 85 with name ‘config[unsecure_base_url]‘
- Remove ‘validate-url’ from its class and save the file.
- Now you can continue the installation.
No comments:
Post a Comment
Thank you for your Comment....