ALL articles of Apache HTTP Server

Apache redirect http to https URL

After installing ssl certificate in your website, you want to redirect all http traffic to https. This is required becuase modern browsers a...

READ MORE

How to remove .php and .html file extensions from URL in apa...

You may have seen some .php and .asp extension in url link. These extensions sometimes disclose the backend technology of website. You may w...

READ MORE

How to redirect www URLs to non-www URLs in website

When considering to SEO, if you are not redirecting www to non-www or vice-versa, then search engines like Google webmaster, Bing will creat...

READ MORE

How to install and configure apache web server in CentOS ser...

Apache web server is widely used open-source web server for web application. It provides dynamically run multiple website, redirection, whit...

READ MORE

How to secure phpMyAdmin

phpMyAdmin is free and open-source web application that provides simple GUI for MySQL written in php. phpMyAdmin is widely used to manage My...

READ MORE

phpMyAdmin error "The requested URL was not found on this se...

After installing phpMyAdmin, when you try to open http://localhost/phpmyadmin/index.php in browser, you might get error The requested URL wa...

READ MORE