If i dot remember the path admin base URL? #1734
-
Basically, I always change the admin base URL path. After a long time I went to check my old test installation of OpenMage but I don't remember the path I put. I search the net for answers and find suggestions indicating to check the local.xml file in app / etc / but I don't see a custom path. I thought about comparing: I searched the database of another installation that using the base url path of the pah admin that I know, but couldn't find anything. Now the question is serious. How can I find the custom route if I forget or lose it? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
There is no record in DB for the custom Backend path. You will find it here /app/etc/local.xml
If you don't remember it or if there isn't one created in the file just use admin or you can create a new one. There is no need to re-install Magento as I saw as a bad solution in the past in a few posts. |
Beta Was this translation helpful? Give feedback.
-
In that file is the only place where you can change the path to the Backend. You can also do a search with Google as it is full of resources on this topic. Try clearing the browser cache if it's Google Chrome. Also restart the webserver service (Apache, Nginx, ...). If you do not get positive results then recreate the installation as it is in a test environment, just the file system part, without importing the database. Delete the /app/etc/local.xml file and load the frontend. If the installation process went normally you should have a new local.xml file and a confirmation that at least on the side of the files you are using it would be complete. |
Beta Was this translation helpful? Give feedback.
-
After installation this is the default part for Backend path of local.xml file
|
Beta Was this translation helpful? Give feedback.
-
@Danieleeffe1 You may want to check in the database here:
@addison74 The custom path would only be in local.xml if set during installation. If you set through the admin panel later it will be in the database. |
Beta Was this translation helpful? Give feedback.
-
@justinbeaty - you are right. The custom admin url/path can be set up in Backend: System -> Configuration -> Advanced -> Admin. |
Beta Was this translation helpful? Give feedback.
@Danieleeffe1 You may want to check in the database here:
@addison74 The custom path would only be in local.xml if set during installation. If you set through the admin panel later it will be in the database.