htaccess

Евгений(55) 995533 at bk.ru
Mon Aug 20 10:05:27 MSD 2007


Здравствуйте, 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"







More information about the nginx-ru mailing list