News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Why localhost redirect me on live project

Started by maulik 1intl, August 14, 2019, 12:31:42 AM

Previous topic - Next topic

maulik 1intl

Hello Sir  :)
            Nice to use abantecart. i am just download my full project using ftp to setup localhost.My home page is run but after i was click any links it's redirect me to my live project.
Also abantecart admin (back-end) login and work complete.
my front-end website link redirect me to live project.
i need any other file to change.  :)


i was also change system>config.php

define('SERVER_NAME', 'localhost');
// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'admin');

// Database Configuration
define('DB_DRIVER', 'amysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'database-name');
define('DB_PREFIX', 'abul_');



Basara

Check Store url settings in your admin. Also you may have some redirects in .htaccess file

maulik 1intl

Thanks

                what kind need to change in .htaccess i see all file there is no hart core write my website "URL".

maulik 1intl

#3
thanks   :) :) :)

website home page is work properly but when click on link it's get me my www/index.php file

http://localhost/1intlwebsite/ work fine
but click on button url path is http://localhost/1intlwebsite/category
but it's show me the index page of my local host server also done seo url is on in admin site.

i didn't get why my website admin panel work fine but store front not work properly  :) :)

Forum Rules Code of conduct
AbanteCart.com 2010 -