cPanel Integration
ઝાંખી
cPanel એ સૌથી લોકપ્રિય વેબ હોસ્ટિંગ કંટ્રોલ પેનલમાંનું એક છે જેનો ઉપયોગ ઘણા shared અને dedicated hosting પ્રદાતાઓ કરે છે. આ integration Ultimate Multisite અને cPanel વચ્ચે automatic domain syncing ને સક્ષમ બનાવે છે, જેનાથી તમે તમારા cPanel એકાઉન્ટમાં domain aliases અને subdomains આપોઆપ ઉમેરી શકો છો.
લક્ષણો
- cPanel માં automatic addon domain creation
- cPanel માં automatic subdomain creation (subdomain multisite installations માટે)
- Mappings કાઢી નાખવામાં આવે ત્યારે domain removal
જરૂરિયાતો
નીચેના constants તમારી wp-config.php ફાઇલમાં define કરવા જરૂરી છે:
define('WU_CPANEL_USERNAME', 'your_cpanel_username');
define('WU_CPANEL_PASSWORD', 'your_cpanel_password');
define('WU_CPANEL_HOST', 'your_cpanel_host');
વૈકલ્પિક રીતે, તમે આ પણ define કરી શકો છો:
define('WU_CPANEL_PORT', 2083); // Default is 2083
define('WU_CPANEL_ROOT_DIR', '/public_html'); // Default is /public_html