How to install and configure Apache on a web server CentOS or Ubuntu. Essential settings for security, loading speed and optimization.
[Fix phpMyAdmin] The configuration file now needs a secret passphrase (blowfish_secret)
Regardless of whether phpMyAdmin is installed on an Ubuntu server, CentOS or etc. Fedora distribution, the message "The configuration file now needs a secret passphrase (blowfish_secret)" in red...
Permanent redirects a Web site to a new one old [Redirect web domain in .htaccess]
When we give up an old website in exchange for a new one, it is good to keep the visitors of the old website and automatically redirect them to the new one...
How to establish an SSH connection to a virtual server (CentOS) installed on VirtualBox.
After seeing how it can be installed CentOS on VirtualBox (tutorial), we will try to see how we can connect via SSH (via putty)...
Enable & Setup mod_rewrite in Apache / 2.2.3 (CentOS) Server (httpd.conf settings)
After installing LAMP on a web server (CentOS 5.6 / Apache 2) by LAN, I noticed that although the mod_rewrite module is activated, the pages...
Disable / Remove IIS Components - Memory Optimization
W2WP.EXE is a process that is part of a larger set of IIS services. In many cases, this process creates problems with the RAM memory...
What is .htaccess and how does it work?
It is a file well known to webmasters who seek to decentralize Apache definitions (Apache Directive), to apply new / other rules (cache control, mod_rewrite, php flag, custom error pages, redirect, etc) on a certain directory (public_html usually). Writing some general definitions in a .htaccess file located in the web-root, has an effect on all the directories and files in that tree. The exception is the subdomain directories, which are written in Apache config with the default settings. If the .htaccess file does not exist, this does not mean that Apache is not controlled. httpd.conf is the file that contains all the directives needed by young people online in terms of security and stability, of hosted sites.
The threads below, we try to give you some useful definitions to teach some tricks you can do with. Htaccess.
Questions, comments and observations are welcome.
Learn how to install the service Apache on a web server, how to configure it according to website requirements and how to protect against cyber attacks using custom configurations for http / httpd services.