Skip to main content

Posts

How to Upgrade Your RAM and SSD on Ubuntu: A Complete Guide 2025 - 2026 midway

multi-site network wordpress using wp-config.php

how to create multi network site in wordpress. allow multi network using worpress wp-config.php files /* Multisite */ define('MULTISITE', true); add this code to wp-config.php file. then reload your wp-admin then goto -> tool -> network step. you need deactive a your all wp plugins then step wordpress network site. then wordpres provide to you change to your wp-config.php and .htaccess files. save changes  then relogin again. /* Multisite */ define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'www.yourdomain.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);

top email marketing tool wich is best

how to restore deleted database from godaddy server

login with your hosting account open your file manager enable hidden file view then goto  .MySQL_backup

how to point sub domain with dns record

sub domain can point with a dns record yes A record point with different hosting with specific IP address add new A record enter your sub domain name - point with IP or @ (@- main domain) Cname record just point main domain add new cname record select cname enter sub domain name - enter domain name or @

why wordpress bad with seo aspect

last some year wordpress goes highly website build with wordpress wordpress is very good CMS it provide so many features, wordpress now not any for blogger. why bad wordpress - as per my analysis in google SEO guide a your page shoud be load in 5 - 7 sec. but problems with your hosting provider,  why ? hosting provider provide a shared hosting with most of business company use shared hosting there are so many limitation technical - your website build wordpress now wordpressany of post or page store in database every request wordrpess fire a query on database there hosting provider  set a database query exaction limit 20 sec how your page will be load faster ? solution : simply way you can use a cashing plugin 2. use cloudflare free SSL service

hosting services provider chit with us

most of hosting provider written on site provide a unlimited storage unlimited bandwidth you ask them how many concurrent user access my site - no ans then give answer was a I am not sure but it depend on your application in case of my web page size I know  I give page size limit html and all of the detail in technical personal can count what are the page size and how many use can access website it depends on  Network interface IOPS memory size most of hosting company use user GBPS network interface but in cloud VM assign network interface with  10mbps or 1mbps there are network limit incase of your hosting provider suggest to increase a resources only RAM, process in most of the plan many of soft  restrictions I don't know about dedicated,vps server , I have used godaddy, hostgator  shared hosting

what is the price of google business email

it showing price before your domain added so it just basic idea what the price rate google g suite google provide many business product access if you don't need select product based on your requirements  

unique tips for social media marketing job interview then you can get a job

Why did you choose Social Media marketing? Which social media tools do you use? Which social media channels do you recommend for our business and why? What strategies would you use to generate leads? What is the most important thing a social media manager should be doing? What is your most successful social media campaign? What are the tricks that can drive more traffic ? What are top Social Media Marketing Tools  ?

http to https and non www to www htaccess rule

http to https redirect rule RewriteCond %{SERVER_PORT} ^443$ [OR] RewriteCond %{HTTPS} on RewriteRule  ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] http to https and  non www to www # Redirect to www RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$ RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

how to user slack remider and todo task

`/remind me to drink water at 3pm every day` • `/remind me on June 1st to wish Linda happy birthday` • `/remind #team-alpha to update the project status every Monday at 9am` • `/remind @jessica about the interview in 3 hours` • `/remind @peter tomorrow "Please review the office seating plan"` You can also use `/remind snooze [some description of time]` in a direct message with Slackbot to request that a reminder be repeated later. For example: • `/remind snooze for 2 hours` • `/remind snooze until Friday` Or, use `/remind list` to see the list of all your reminders. #office_time_tracking “ office time not updated  ” at 4PM every day. task with slack create new task with slack to do /todo username

0 sec down time wordpress website transfer one hosting to other server

 all of fresher now about 0 sec down time for website hosing all of web developer should be know how to transfer one web site to other server without 0 sec down time how to transfer one server to other server wordpress site easy  way to transfer wordpress site one server to other server step one export your database one your server how to export database from  server your cpanel goto phpmyadmin choose your database goto export click on it select all possible option then choose a zip method then click on a go now your database is exported  ----------- import database other server ------- create database first open  cpanel then goto MySQL database wizard enter database a name and password create user  with database username and password choose database rights    open phpmyadmin panel choose database you have created goto import option browse  database select database then clic...

how i can find what is last activity in my hosting server i can trace a ip address with ?

how i can find what is last activity in my hosting server i can trace a ip address with ? now days most important of internet security all business have own website but many of hacker that website and loss there business todays topics is how to trace last activity in my server with access log so all of hosting server provider provide raw access of your server with file when who is access internet identification is ip address so hosting service provider maintain access log in your hosting account one of menu link like raw access etc now open it there is all of log which ip address that access is your file server find vulnerability of your code in your project easy to solve your problems then check your website not in google or other website blacklist type your site name in google then it show site is harmful so now your site is blacklist you need to remove  vulnerability code then submit your in google webmaster review ...

how to create multi user oracle apex application with custome login using database table

how to create multi user oracle apex application open your oracle application express click on >app builder > shred components >authentication schemes > create > choose type custom > authentication function click help icon showing this scripts > create or replace function authenticate_ft_users   (p_username in varchar2, p_password in varchar2) return boolean is   l_user_name       ft_users.user_name%type    := upper(p_username);   l_password        ft_users.password%type;   l_hashed_password varchar2(1000);   l_count           number; begin select count(*) into l_count from fit_users   where user_name = l_user_name; if l_count > 0 then   l_hashed_password := ft_hash_password(l_user_name, p_password);   select password into l_password from ft_users where user_name = l_user_name;...

how to create data dictionary in phpmyadmin

open your data base phpmyadmin login with your credentials Default phpmyadmin Credentials id User name : root Password :  leave blank select your data base bottom of a database showing a data dictionary  click there showing your data dictionary