VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: kjen on September 19, 2017, 23:58:13 PM

Title: URL 404 Error
Post by: kjen on September 19, 2017, 23:58:13 PM
Hello -

I am relatively new to Joomla! and VM, so I hope I'm making sense. I am the administrator of a website store that was already created before I took it over. I am not sure what I did or how to fix it, but when going to the URL it opens the website with a 404 error. This is the link: https://pcastore.org, however, the "home" link works correctly https://pcastore.org/home. It seems like it should be easy to correct, since I can see the error in the address bar, but I haven't been able to find it.

I would be very grateful if someone could help me out with this.

Many thanks,

Jennifer
Title: Re: URL 404 Error
Post by: jenkinhill on September 20, 2017, 00:03:46 AM
Looks like a setup issue, as this is in the code:  <base href="https://pcastore.org/component/virtuemart/" /> when https://pcastore.org is used.  Not a direct VirtueMart problem.
Title: Re: URL 404 Error
Post by: kjen on September 20, 2017, 11:36:08 AM
Thank you jenkinhill.