This almost certainly happens because WordPress cannot load the TinyMCE editor files or the TinyMCE javascript code could not be run. So make sure your…
One of the security method of your WordPress website is to put a stop to browsing of directory. By default when your web server does…
For Detail htaccess file Usages and how to create it, please check htaccess file knowledge base Millions of WordPress users use the .htaccess file to…
If you run the risk of someone accessing your php.ini file directly through their browsers, you can limit access to them using htaccess file. Put…
If you are running php websites, and a php includes folder that is only used for the calling of your own php scripts. I know…
Error pages of your website like 404 not found, 403 access forbidden pages contains server signature i.e. server version number, operating system etc., such information…
Normally your server timezone is set to its local timezone. But as a webmaster, you can set your website timezone by date.timezone directive in htaccess…
If you want to protect your wordpress website admin folder wp-admin folder by htaccess file. You can check How to deny IP address to your…
To disable or prevent the directory access by browsers, you can add following code in your .htaccess file. If user points the browsers to a…
IF your website is using cpanel system, your website root directory should be /home/yourusername/public-html directory. When anyone want to visit your website, the apache server…