How to remove asking FTP login details while installing plugins from admin privilege user id?
Configure eNlight CloudEstimate the monthly expenditure on eNlight Cloud with our web-based tool.Enterprise CloudManaged computing platform provisioningcomputing resources dynamically. Private CloudAn entire Enterprise Cloud that is assigned to a single organization.Feature Comparison ChartA comprehensive listing of how eNlight compares with some major cloud hosting providers. |
SAP Hosting in the CloudSAP compliant and secure cloud infrastructure to host your SAP applications.Disaster Recovery (DR) in the CloudReduce DR costs by upto 70% with pay-per-usage savings.Data Center in the CloudVirtualized secure cloud data center that is reliable, agile and cost effective. |
Managed Dedicated ServersCheap Linux and Windows fully managed dedicated servers with up to Dual Quad Core Xeon processors and 96 GB RAM.Linux Server ManagementbodHOST now brings to you Server Support Services for your Linux Servers, to ensure Server Administration services to fit your budget.Linux Load Balanced ServersHigh Availability Linux Load Balanced Servers ensuring optimum performance by distributing the load across multiple servers. |
Server MirroringbodHOST understands that secure and quick access to information round the clock can go a long way in defining an organization's competitiveness.Windows Server ManagementWe at bodHOST understand that your Windows based applications form the basis of your business and your active presence on the World Wide Web.Network Load Balanced ServersClustering and Network Load Balancing on Windows dedicated servers for exceptional performance, speed and redundancy. |
Linux Virtual Private ServersVirtual Private Servers created using Virtuozzo Virtualization Application for Excellent Performance & Reliability.From
$29.99
per month
|
Windows Virtual Private ServersWindows Virtual Private Servers to host web sites using Microsoft technologies such as .NET and MSSQL.From
$39.99
per month
|
cPanel Web HostingAffordable cPanel web hosting solutions from bodHOST with 24x7 technical support. Great for small websites, blogs and forums.cPanel Reseller Web HostingcPanel Reseller Web Hosting from bodHOST. Perfect for small businesses, developers and web hosting providers wishing to resell shared web hosting or host multiple websites. |
Windows Web HostingUse Microsoft technologies? Windows Web Hosting for .NET websites and websites using Microsoft-specific technologies.Windows Reseller Web HostingWindows Reseller Hosting solutions for hosting multiple websites requiring a Windows hosting environment. Great for small web hosting providers, developers and businesses. |
DomainsNeed a Domain? Register it at an Affordable price and get best quality Domain Management Services at no extra cost.Backup PlansSecure your Valuable Data with R1Soft CDP Backup plans provided with complete access, multiple features and other benefits.Domain ID ProtectionSecure your personal information over the Internet with domain Whois privacy shield service. |
SSL CertificatesAvoid Data Breach and Malware threats by protecting your website pages with the SSL certificates we offer.SpamExperts Spam FilterStay Spam Free by using SpamExperts Spam Filter which uses unique spam definitions to deliver only genuine emails to your inbox. |
Excellent ValueCloud Hosting at optimum costs along with innovative products and services.Experience & ExpertiseProviding hosting services for more than a decade to various industries and domains.Support and MoreCustomer centric approach in supporting clients across the globe, 24x7x365 through email, phone and live support. |
Managed ServicesCompletely managed hosting services with secure infrastructure and monitoring.Uptime CommitmentRedundant network with state-of-the-art infra-structure and facilities. |
Get Enlightened!Read our whitepaper on eNlight - our managed cloud computing platform provisioning computing resources dynamically on-the-fly.Innovations at bodHOSTAn entire Enterprise Cloud that is assigned to a single organization.FactsheetAn overview of bodHOST, its operations and cloud and web hosting services. |
Data CenterRedundant fibre connections, UPS, Multi-layered security, fire suppression & cooling for 100% uptime.Cloud ExpertiseNext Generation Cloud infrastructure solutions innovated by bodHOST.Case StudiesA showcase of extensive experience and expertise of bodHOST benefiting various clients. |
Corporate BackgroundbodHOST in perspective, its operations, locations and subsidiaries.Management TeamThe people that are directing the innovations and growth of bodHOST.TestimonialsRead what our clients say about our web hosting services.Awards & NewsRecognitions that bodHOST and its group of companies has received for its services. |
Vision, Mission & ValuesbodHOST - What we aim to be and the plans and activities to reach there.ClientsThe wide array of clients that bodHOST and its group of companies serve.CertificationsCertifications to have consistent focus on quality – An integral part of successful operations.Media & ResourcesInformative documents and resources that will help you utilize bodHOST services to the maximum. |
How to remove asking FTP login details while installing plugins from admin privilege user id?
To remove asking FTP details, while installing plugins from admin area follow the below steps:
1 – Open wp-config.php in your blog root folder.
2 – Find the below line in wp-config.php
3 - Paste this code below this line.define(‘NONCE_KEY’, ‘put your unique phrase here’);
4. Save file and then try again to install plugin from admin. It will not ask for FTP details.<?php
define(“FTP_HOST”, “domain.com”);
define(“FTP_USER”, “your FTP username”);
define(“FTP_PASS”, “your FTP password”);
?>