Oleg Belostotsky

Results 10 comments of Oleg Belostotsky

I think this is of little relevance. At least for now.

Hi. Your virtual host configuration should be like follow that: ``` ServerName 0.0.0.0 DocumentRoot /home/app DirectoryIndex index.html AllowOverride All Require all granted ``` Create and edit the application files. The...

Of cource, if you have a highload project, you have good skills and should to optimize the web server configuration anyway. The `one-domain-config` repo proposes the base and universal solution...

It does not really make much sense to restrict `index.php/*`, if a direct path to the entry script anyway is available. But using of it is more than acceptable. When...

Anyway, if we talk about a shared hosting, usually we only have access to the .htaccess files.

I got the next [`.htaccess`](https://github.com/mickgeek/yii2-advanced-one-domain-config/blob/master/advanced/.htaccess) and [vhosts](https://github.com/mickgeek/yii2-advanced-one-domain-config/tree/master/vhosts), `mod_alias` is used now.

We can also use `FallbackResource` (since 2.2.16), `FilesMatch` and `RedirectMatch` instead `RewriteRule`, restrict the `/assets/*.php` files or use new features from 2.4. It is optional, but maybe I add something...

Just use the next code inside the `bootstrap_and_overrides.css.less` file: ```less @import "twitter/bootstrap/bootstrap"; // Glyphicons are not required by default, uncomment the following lines to enable them. @icon-font-path: "../../"; @import "twitter/bootstrap/glyphicons.less";...

Hi. Try use the `php bin/console lexik:jwt:generate-keypair` command to generate JWT secret keys. Sorry for the late reply.

When the dependency installation process occurs, the warning of incorrect peer dependency is displayed.