简体   繁体   中英

Local site redirect to wrong address

So i have Ubuntu 16.04 with apache2 installed on it, and my local sites are inside if /var/www/html/ directory.

The problem is that one of my sites based on magento 1.9 redirect me to wrong url everytime. Whenever i'm trying to access localhost/my-site/ it redirects me to localhost/my-site/localhost/my-site/ instead.

I have tried to change .htaccess and even deleting it from site root folder same as changing apache2 hosts configurations inside of apache2/site-available folder and even creating new virtual host in that folder but that didn't helped.

I also tried to fully reinstall apache but no result. My hosts file has just localhost defined now so it can not be conflict with other host.

I think that it replace index.php url part with localhost/my-site but i have no idea how to fix it.

I would realy appreciate some help becose i'm trying to fix this few day already with no result.

Thanks.

Ok, I have solved this problem, by deleting cache folder on my local pc in /var/tmp directory. Apparently this cache was saved when i got redirect first time and after that i was redirecter becose of this.

Hope this will help someone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM