Read more +07 October 2021 By AlphalogicZ in Apache, PHP Programming, Server, UbuntuWhen setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods. To get started, you will need access to an Ubuntu 14.04 server environment. You will need a non-root user with sudo privileges in order to perform administrative
Read more +30 September 2021 By AlphalogicZ in Apache, PHP Programming, Server, UbuntuHere is my “normal” config file and just “gets the task done”. Here’s my Updated File Where I have got the “Redirect non-www to www are the few lines where I have tried to make the changes done.
Read more +19 August 2021 By AlphalogicZ in PHP ProgrammingOpen the file app.php file present in config directory at lool of your project. Go down the page and check Application Timezone where you will find " 'timezone' => 'UTC',
" Here you can add your timezone like " 'timezone' => 'Asia/Kolkata', "
Read more +15 September 2020 By AlphalogicZ in PHP ProgrammingI’m reading Clean Code, a technical book which is trying to explain to us what is the difference between Good and Bad code. Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be