全球主机交流论坛

标题: 求写一个规则 [打印本页]

作者: yunyinyu    时间: 2012-7-17 16:20
提示: 作者被禁止或删除 内容自动屏蔽
作者: jsjfans    时间: 2012-7-17 16:21
A大在楼下
作者: 我心碎不了    时间: 2012-7-17 16:24
等高手~
作者: yjlml    时间: 2012-7-17 16:26
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.+)\!$
RewriteRule ^(.*) stats.php?url=$1 [L]
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) stats.php?url=$1 [L]
RewriteCond %{REQUEST_URI} !^(.+)\.html$
RewriteCond %{REQUEST_URI} !^(.+)\.htm$
RewriteCond %{REQUEST_URI} !^(.+)\.php$
RewriteCond %{REQUEST_URI} !^(.+)\.js$
RewriteCond %{REQUEST_URI} !^(.+)\.css$
RewriteCond %{REQUEST_URI} !^(.+)\.jpg$
RewriteCond %{REQUEST_URI} !^(.+)\.png$
RewriteCond %{REQUEST_URI} !^(.+)\.gif$
RewriteCond %{REQUEST_URI} !^(.+)\.swf$
RewriteCond %{REQUEST_URI} !^(.+)\.xml$
RewriteCond %{REQUEST_URI} !^(.+)\.ico$
RewriteCond %{REQUEST_URI} !^(.+)\.txt$
RewriteCond %{REQUEST_URI} !^index\.html$
RewriteCond %{REQUEST_URI} !^index\.php$
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !^(.+)/$
RewriteRule ^(.*) url_redirector.php?url=$1 [L]
RewriteRule ^(.*).html$ $1.php [L]


求写Nginx规则
作者: 360安全卫士    时间: 2012-7-17 16:26
二楼错了,是圈圈在楼下
作者: lazyzhu    时间: 2012-7-18 02:49
谁要四楼的Nginx规则,发站内短信

作者: ericls    时间: 2012-7-18 07:26
lite不是可以用 apache的么
作者: yunyinyu    时间: 2012-7-19 10:28
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 全球主机交流论坛 (https://91ai.net/) Powered by Discuz! X3.4