Ребятки помогите пожалуйста перевести .htaccess в конфиг nginx
никак не получается
AddDefaultCharset utf-8
Options -Indexes
DirectoryIndex index.php index.html
RewriteEngine On
RewriteRule ^.htaccess$ - [F]
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
никак не получается
AddDefaultCharset utf-8
Options -Indexes
DirectoryIndex index.php index.html
RewriteEngine On
RewriteRule ^.htaccess$ - [F]
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php