Penguination Project


Htaccess automatic CHMOD tutorial

Sometimes we should ensure that particular files chmod configuration is configured properly, and if we are not sure we can simply use .htaccess for proper auto configuration, for example you have some file config.ini and it’s chmod should be 755, and if you have 200 files like config.ini in lots of directories ?  Here is the [...]

Htaccess custom error page

Sometimes when your visitors browsing your page and your content was removed or deleted, they will see simple “not found” page or 404 error – not found message set by default with apache server.  We will modify our server configuration file .htaccess and will show you how to design your custom error page.  First we will create [...]