octobercms - how to open admin login page - admin

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.

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.

Joomla 2.5 admin page 404

Web site functioned normally , I tried to login to admin page and suddenly when I access admin page it display:
404 - An error has occurred.
Component not found
No new extension/module/component and theme has been installed.
No changes on PHP or mysql on the server side. ( I did check with hosting providers).
It's like it works today and tomorrow when you want to login , you'll see the above mentioned error.
Renaming .htaccess did not solve the issue.
Restoring DB backup did not solve the issue.
I checked the Joomla logs ( in log folder) there isn't any related report.
Joomla version info:
$RELEASE = '2.5';
$DEV_LEVEL = '16';
Please help!
I managed to sloved this long time ago but I forgot to update!
It is solved by running repair and optimize operations on the database via phpmyadmin.

Open Cart Administrator Login

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

django cms static media files cannot be found (404)

I'm new to django cms and I'm really lucky that I was able to install it. If I go to the backend of my site (http://localhost:8000/admin), then the django cms admin panel shows up.
If I want to edit some cms pages then I can see that the browser tries to get some files like "/static_media/cms/jquery.dialog.css", "/static_media/cms/pages.css", "/static_media/cms/ui.core.js" and so on...
Unfortunately the browser only gets a HTTP 404 response and I do not know what I have to configure in "settings.py" or "url.py" to get things working. Can anybody help me?
Found the solution at http://djangosnippets.org/snippets/2401/