regramding

Shame on me… I created a task in my Outlook named “regramding” that was due Friday morning at 8 am and I could not recall what that means!

I don’t know what I have missed but I just could not remember what this note is about. It is a mistery what I had missed and what this task/reminder is… No shortcut next time and a lesson learned.

Change domain name for joomla/virtuemart

It’s easy for Joomla itself (at its global config within online admin interface) but tricky for embedded virtuemart. Annoying thing is, after the domain name change you can not access config page online via admin interface.

Here is the file you have to make the changes to make virtuemart work after domain name change: (Remember you have to know what your folder your Joomla points to)

/administrator/components/com_virtuemart/virtuemart.cfg.php:

// these path and url definitions here are based on the Joomla! Configuration
define( ‘URL’, ‘http://newdomain.com/’ );
define( ‘SECUREURL’, ‘http://newdomain.com/’ );

After that all is set with your embedded virtuemart.