Posts list

Nginx, close access to the folder

A simple example of the closure of access to one or several folders using Nginx.

Analog deny from all in .htaccess

June 3, 2016 10 Yehor Rykhnov nginxconfig

Linux, import large database to MySQL with help the console

Quick import of large database

June 2, 2016 12 Alex ConsoleSSHserverMySQLimportexportterminal

Nginx, download file instead of opening it

Nginx, example of download file instead of opening it

June 2, 2016 38 Yehor Rykhnov nginxconfig

Nginx, 301 redirect for all occasions

This article describes several examples of 301-redirect for Nginx

May 31, 2016 14 Yehor Rykhnov 301 redirectnginxserverconfig

Deploy site using Shipitjs. Part 2

Simple deploy for inexperienced users.

Example of deploy a website on Yii2. But do deploy of site based to any other framework (core) on the basis of this example is not difficult

May 24, 2016 15 Yehor Rykhnov DeploygitshipitjsUbuntu

Yii Framework, currency format using the number formatter

A simple example of formatting the currency in Yii

May 22, 2016 17 Alex Yii Framework

Yii Framework, an example of send push notifications for IOS devices

I have a website and app for it. And of course the app is running through API with the website. I need make sending Push notifications on apple device. Based on the obtained experience, I decided to write a small instructions.

The whole mechanism of sending, receiving and storing of tokens I will not describe because it all depends on the structure of your application. I will describe only the key points with the help of which you can make sending push notifications of any complexity.

May 11, 2016 20 Alex IOSAPI

.htaccess for Yii 2 advanced

Setting .htaccess for Yii2 advanced in Windows using Open Server. On the server with the unix system a .htaccess will work too, is checked.

April 26, 2016 82 Yehor Rykhnov .htaccessYii Framework 2yii2

.htaccess for Yii 2 basic

Setting .htaccess for Yii2 basic. Or how to remove web from the URL in Yii 2 basic.

April 26, 2016 127 Yehor Rykhnov .htaccessYii Framework 2yii2

Yii Framework 2. Get the current controller name, action, module

A simple example of code for Yii2, how get the name of the current controller, action or module.

April 25, 2016 68 egor Yii Framework 2yii2