Open Cart Administrator Login - opencart

Im using Open Cart version 1.4.9.2. I was host this and working more than 6 months. It was working perfectly without any problem.
Few days before i try to login to admin panel, when i try the admin url
http://vsports.lk/admin/
showing the same homepage. I couldnt get the admin login form page. I dont no whats went wrong.
My Home page URL http://vsports.lk/
Admin URL http://vsports.lk/admin/
Please if anyone can help on this...

Try It may be .htaccess issue.
http://www.vsports.lk/admin/index.php

Check the config.php under the admin folder
URL Like : http://website.url/admin

Related

OpenCart products links on home page are not pointing to correct url

I've started setting up opencart for my online store, everything was working correctly till yesterday, but now its showing some incorrect behavior. On main page I have some "featured" products , When a user click on it, it should navigate user to that product's page for details and url is something like following
http://mystore.com/index.php?route=product/product&path=57&product_id=49
but the url which is its navigating to is something like
http://mystore.com/iphone
hence its not navigating user to product's page and stays on same page (i.e. index page).
Also, I'm unable to login to my admin panel.
I guess I've done something wrong but can't track it. Any help would be highly appreciated.
Store url is this
Thanks
There is something very not alright with .htaccess file in the root folder of your site. Try to rename it back to .htaccess.txt .
OR
Rename .htaccess.txt to .htaccess. Looks like you have you turned on SEO setting in admin but it requires .htaccess file.
Although check if you have right url addresses in both config.php files, root and admin.

How to change redirect link after changing my domain in open cart

i just change my website domain from "mysite.co.in" to "mysite.com" which runs Open cart version 3
now the problem is when a product becomes out of stock and i click notify me, it redirect to my old website urlenter image description here
And this says 404 page not found. how can i change this?
please help thank you.
You can export your database and find/replace your old URL to the new one and then again import it.

octobercms - how to open admin login page

October CMS is totally new for new. My previous guy has not shared the URL to hit logon to the admin panel of a website which is developed in October CMS.
I googled a lot, but not getting any link. Kindly let know me this.
Thank you.
The default url is /backend
But this can be changed in the config file.

I am getting error in admin panel

I am getting error in admin panel while loading open cart admin panel
Please help me to solve it, I searched and found different solutions but it didn't help me to solve.
try to use the URL without https. If you must use HTTPS, change the settings in your admin to reflect that (Use Secure Server) and then update the admin/config.php file.

Opencart admin login redirects to cart

I have a fresh install of opencart 1.5.5.1
When I access the admin, I get the login page, I login and get redirected to /admin/index.php?route=common/login which displays the homepage of the cart and not the admin panel.
How can I access the admin panel?
This happens if you try to log in and have a redirect in place to go from the non-www version to the www version of your domain (or vice-versa). If you have this, you will need to adjust your /admin/config.php to use the correct domain (ie so no redirect is necessary)
Check your admin htacess file!
In my case this was the problem.
So navigate here:
/admin
And search this file:
.htacess.txt
Remove txt and you be fine!