different admin panel for different website Magento - magento

I have two files in Magento index.php and index1.php.
when i tried to open index.php/admin it doesn't display admin login page.
But index1.php/admin displays admin panel login page.
My questions are
- can i manage different websites from same admin panel?
- Why admin panel for one page loads and for other it doesn't?

yes, you can manage multiple websites using same admin panel. Create multiple websites from admin, everything can be managed from same admin panel

Related

Cannot open my magento page after changing the base url in the admin panel

sample
In the above screenshot i have changed the secure base url form http://localhost/magento/ to only magento. From then on i am not able to access any of my pages nor the admin panel.
I have also tried changing the it back to http://localhost/magento/ in my database table core_config_data. I didn't find any difference.

Adding html dashboard themes for the wordpress admin area

I want to start a wordpress multi site service, in order to customize the admin panel for customers, Is there any way to install html dashboard themes on wordpress admin area?
Thanks in advance for your answer;

Mura Setup not shows Mura Admin page

Mura setup is done as per documentation.
From Mura setup page not able to get Mura admin page
Setup gives some page where i can not go for other menu
Mura Setup image
the default button goes to Lucee welcome page
settings.ini has mode=production, indexfileinurls=0,siteidinurls=0 and
recaptchalanguage=en
The system is Windows 7, Apache2.4.18, MySQL5.7, Lucee Tomcat8 and Lucee 4.5.2.018.
Why I did not get Mura Admin Page?
After installation , http://domain.com/admin
gives the admin login.

How to enable/view hidden tabs in magento admin panel?

I need to enable the SSL certificate through my magento admin panel. The SSL certificate is already installed on the server. Some of the tabs in configuration menu (web, currency etc) are hidden or disabled by the previous website developer. I cannot see the 'WEB' option under 'GENERAL' tab in the configuration menu. Could anyone help me please how to enable the hidden tabs?
If you have database access, you can change the role of current user in table admin_role in row role_type.
If you are unable to view the web tab inside general it may be due to several reasons
1) you are login not as admin in magento admin section.
2) The tab must be disable programmatically from core.
Hope it helps you
THanks,

Can´t access Joomla admin panel with administrator account

This problem started with me needing to add a module to my frontpage so only guests will see it, after they login the module disappears. So I read this tutorial :
Basically says to do this..
Create a Guest Group in the User Manager
Add a new Guest Viewing Access Level
Change the default guest group in the User Manager options
And it works! But the problem now is when I login with my administrator account on admin panel, i get only 3 icons from Zoo component, no admin bar menu, nothing! And if try to login to the admin panel with a default user account I get the same thing! I´m now in the joomla database to try and see if I can delete the user group I created before and maybe it works?
I cannot lose the content of the website, it´s important! Please help. I´m the latest version of joomla.
Thanks very much
Backup your files and database and set your website in offline mode: edit your configuration.php file and set:
public $offline = '1';
After that, you can try your solution.

Resources