VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: edsmiths on October 12, 2019, 17:11:14 PM

Title: [SOLVED] change virtuemart folder
Post by: edsmiths on October 12, 2019, 17:11:14 PM
Hello,

I need your expertise to try to solve what appears to be a simple configuration. The virtuemart version is 3.0.12

I've got a task to change a virtuemart store url on a subdomain. Trying to explain ite better:

- The shop actual url is store.domain.com
- The owner want to change to b2b.domain.com

The site has two joomla installations (1 for the "institutional" site at "domain.com" and another for the online shop at store.domain.com). So, virtuemart runs on an unique installation (with an independent database and tempate).

So far, I did the following:
- Changed the url on the vendor tab in virtuemart's administration area
- Changed the folder name ("store" to "b2b")
- Changed the configuration.php parameters ($log_path and $ltemp)
- Created a new subdomain on cpanel (b2b/domain.com) and pointed it to the new document root (/public_html/b2b)

It keeps showing a 404 error. Is there anything that I've missed?

Thanks in advance,
Ed
Title: Re: change virtuemart folder
Post by: edsmiths on October 13, 2019, 13:41:33 PM
Well... it was a simple issue.

Just turn off SEO before any further changes.

Ed