admin
Ai biết về n ginx chỉ em cách convert với. Đọc mấy bài viết trên gg mà kô hỉu.
Em sử dụng N ginx và code johncms.
Nhưng thấy bảo rewrite url trên N ginx khác. Vậy thì config để rewrite rule kiểu gì ạ.
Đọc mấy top mà chả hỉu. Em dùng centos
Vd em có htaces như này
thì post cả cục này vào để convert hay là post mỗi rewiterule thui. Và khi convert xong thì đem vào đâu ạ.
Ai biết về n ginx chỉ em cách convert với. Đọc mấy bài viết trên gg mà kô hỉu.
Em sử dụng N ginx và code johncms.
Nhưng thấy bảo rewrite url trên N ginx khác. Vậy thì config để rewrite rule kiểu gì ạ.
Đọc mấy top mà chả hỉu. Em dùng centos
Vd em có htaces như này
PHP:
#Options -Indexes
DirectoryIndex index.php
RemoveHandler .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
AddType application/x-httpd-php-source .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
AddDefaultCharset UTF-8
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A1209600
<FilesMatch \.php$>
ExpiresActive Off
</FilesMatch>
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteCond %{HTTP:range} !(^bytes=[^,]+(,[^,]+){0,4}$|^$)
RewriteRule .* - [F]
RewriteRule ^(.*)_([0-9]+).html$ forum/index.php?id=$2 [L]
RewriteRule ^(.*)_([0-9]+)_p([0-9]+).html$ forum/index.php?id=$2&page=$3 [L]
RewriteRule ^(.*)_p([0-9]+).html$ forum/index.php?act=post&id=$2 [L]
RewriteRule ^(.*)_([0-9]+)_s([0-9]+).html$ forum/index.php?id=$2&start=$3 [L]
RewriteRule ^(.*)_([0-9]+)_clip_p([0-9]+).html$ forum/index.php?id=$2&clip&page=$3 [L]
RewriteRule ^(.*)_([0-9]+)_trang([0-9]+).html$ forum/index.php?id=$2&trang=$3 [L]