Skip to content

Use local Magento install connecting to Remote database which has different baseurl/secureurl hostnames

License

Notifications You must be signed in to change notification settings

wkw/Magento-BaseurlOverride-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento BaseurlOverride Module

www.evolvingmedia.net

This module allows a developer to use a local Magento install against a remote database which is configured to use a diffrent baseurl than the local setup. Since baseurl and secureurl are values stored in Magento's database, it's not possible to use a local URL different than that stored in the DB. Until now...

Installation

Use modman or manually copy the files into your Magento installation.

Configuration

Add the following section to your app/etc/local.xml file, inside the <global/> section. (editing the URL to match your local development url):

<dev_url>
  <url>http://127.0.0.1:8080/</url>
</dev_url>

See local.xml.sample for example in context.

Credits

Version History

  • 0.0.2 - Initial release.

About

Use local Magento install connecting to Remote database which has different baseurl/secureurl hostnames

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages