Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
htaccess
Здравствуйте, nginx-ru.
Перешел недавно на nginx и никак не могу переделать условие которое
раньше было в .htaccess
быть может кто сможет помочь.
зарание спасибо!
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^users/([0-9]*)$ /fullinfo.php?user_id=$1 [L]
RewriteRule ^users/(.*)$ /profiler_rewrite.php?user_to_search=$1 [L]
RewriteRule ^403$ "" [F]
ExpiresActive on
ExpiresByType image/jpeg "access plus 24 hours"
ExpiresByType image/gif "access plus 24 hours"
ExpiresByType text/css "access plus 24 hours"
|