News:

Looking for documentation? Take a look on our wiki

Main Menu

After changing directory name then my shop keep redirect me to home page

Started by titolin10, November 24, 2017, 15:25:44 PM

Previous topic - Next topic

titolin10

Hello dear friends!

My question is related to joomla 3.8.2  more than my VM 3.2.6.

After I changed joomla installation directory (Renamed it) then all menu items and all links are not working now. Including VM links.

All links are redirecting me to the home page.

I tried many ways to solve this issue by changing logs and tmp locations and also clear cache and check in.

All ways don't work and I found that when I disable "SEO Settings" then all menu items works again but of course without shortcuts.


Any suggestions to solve it ?

Sincerely

Studio 42

In oyur Joomla root :
Check the .htaccess for rewriteBase
And perhaps your config.php  livesite variable

titolin10

Thank you I got it.

For reference I solved it by using the steps below:

1 - Global Configuration > System tab > Path to Log Folder  (Then you must make sure that the path is correct)

2 - Global Configuration > Server tab > Path to Temp Folder  (Then you must make sure that the path is correct)

3 - Using Ftp go to configuration.php file in your joomla directory. > then Find    public $live_site = '';  then add your website full url between "  (e.g. public $live_site = 'http:www.yoursite.com/newdirectoryname';

4 - clear all types of cache on your website from System menu > clear cache , and , clear expired cache.

5 - Clear your browser cache files.

6 - Now your website should work properly like in my case and after that you have to open configuration.php file again then remove the url again to be as it was before.


I hope this will help anyone searching for solution for the same issue.

Thanks

GJC Web Design

Quote3 - Using Ftp go to configuration.php file in your joomla directory. > then Find    public $live_site = '';  then add your website full url between "  (e.g. public $live_site = 'http:www.yoursite.com/newdirectoryname';

this would have been the main problem .. it isn't normal to have any entry here for joomla.. I think it is sometimes used on Windows servers
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

titolin10

Hello GJC

It worked with me then after that I removed this value again.