htaccess

Create Files with Period Prefix in Windows (.gitignore, .htaccess)

A file with a dot prefix (dot file) is a file whose name begins with a period character (.), such as.gitignore,.htaccess, or.env. These files...

How to disable Directory Listing using .htaccess

Directory Listing allows your website visitors to get a complete list of all the files and folders that live on your site. The browser...

[Yii2] Create a RESTful API

An API is software that integrates the applications we create with other applications. The purpose of the creation is to share data between applications...
Advertisement

Latest Articles