Quantcast
Channel: Nginx Forum - Nginx Mailing List - Russian
Viewing all articles
Browse latest Browse all 3102

Перевести .htaccess в конфиг nginx (no replies)

$
0
0
Ребятки помогите пожалуйста перевести .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

Viewing all articles
Browse latest Browse all 3102

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>