Question mark and query strings in Apache Rewrite Rules

The apache rewrite module is very useful for defining precise URLs according to our needs, hiding also what we don’t want to expose to the final user. The RewriteCond means “execute the next RewriteRule only if this is true”. An example can be a redirect in the case of image […]

Read More…

Simple operations with HTTPD

configuration and operations with Apache HTTPD

I want to show you today how to do little operations and configurations when you have to setup a new application on an Apache HTTPD installation.The following are classic daily operations that a system administrator does, which can be tricky if done once in a while. Configure a virtual host […]

Read More…