Joomla admin url under htaccess - php

I've got a site running by Joomla. The /administrator/ path is restricted in robots.txt and the password is asked if i try to open backend at /administrator/
I have a virtuemart shop installed, and the superadmin login/password.
I can log in on the frontend, and edit virtuemart items, but i want to be able to open joomla's admin page as well, and to add some components.
I need some assistance with it, please.

Related

Can i use Wordpress admin panel to make changes to the website i developed?

I've developed a website using(Html,css,JS,PHP) its in localhost and i was wondering if i can use Wordpress admin panel to do changes on my website as an admin instead of building an admin panel myself.
Can anyone help me please how to get this done.

How to auto login admin after fresh WordPress installation?

I am building a WordPress auto-installer for cPanel which installs a fresh version of WordPress. Once the installation has completed I provide links to the front-end and to the back-end (wp-admin).
I want it so that when they click the back-end URL it will automatically log them in as the admin user which was created during the installation.
How can I do this simply and securely?
I was wondering if using the following functions during installation could work.
wp_set_current_user(1, $this->input->admin_username);
wp_set_auth_cookie(1);
do_action('wp_login', $this->input->admin_username);
Then I could pass a cookie or authentication key to the WP Admin URL.
If not, what would be the best way to do this?

Magento admin login not working on beta site running in subfolder

I have just migrated my Magento site on new server. Here I have 2 sites -
Production (running from root)
Beta (in beta sub folder)
Both sites are working after migration but I am not able to do admin login into beta site (Note : production site is working, am able to login in admin also)-
www.mydomain.com/beta/index.php/admin
after entring correct admin credentials still it keeps me on login page with a key in url (given below) -
http://mydomain.com/beta/index.php/admin/dashboard/index/key/7c2b1acbd7a05e8172bc685a50fe9ec7/
I have gone through below links -
Magento admin login not working
Can't log in to Magento Admin
Magento can't login in admin with right username and password
Can't login to Magento admin
But not getting exact solution. anyone please guess how to solve this.
Thanks in advance.
Did you set the rewrite base in the .htaccess file?

How to give permission for the custom users to allow to access plugin configuration from backend in wordpress

I have written a plugin. Their admin can access it and do the plugin configuration. Now I need to give this permission for the particular users I created to access and configure the plugin.
Problem is I don't need them to access other configurations in back-end such as page creation, user creation, plugin installation and etc.
I have added the plugin to the setting menu in wordpress backend.
So how to set permission from plugin code to allow configuration from back-end only for my plugin?
It would be better to place your plugin menu under Tools with add_management_page and set the capability argument to one that matches the desired user role.

How to implement captcha on joomla administrator panel?

i need help on topic. I am using Joomla 2.5 for some security reason i need catcha on joomla administrator login panel. How i can implement it? Is there any extension available for it. i have tried it but Joomla session is created after the login of account. So it can not pass the value at time of login. Please help with possible solution
A third-party extenion jSecure Authentication allows you to add extra security layer to Joomla! administration area. You can download the plugin from http://www.joomlaserviceprovider.com/component/ambrasubs/file/view/5/7.html.
Once installed the plugin, follow the steps below:
From Joomla! administration panel, click Extensions | Plugin Manager. That shows Plugin Manager screen listing all installed plugins. From the list, click on System – jSecure Authentication link. That shows Plugin:[Edit] screen for the plugin.
Select Yes in Enabled field.
In Plugin Parameters section, type a secret key in Key field.
Check Redirect to index page in Redirect Options field.
Click Save button in the toolbar.
Now preview the site by clicking on Preview button. Type admin panel’s URL in the address bar. You will be redirected to home page of the site.
For accessing the administration panel, add the secret key at the end of the URL. For example, http://www.yourdomain.com/administrator/?secretkey.
Now you will be able to see the login box for administration area.

Categories