RewriteCond transformation again..
Akins, Brian
Brian.Akins at turner.com
Thu Apr 14 05:40:22 MSD 2011
On 4/13/11 7:44 PM, "Ruslan Dautkhanov" <ruslan at rockiesoft.com> wrote:
> Hello,
>
> I inherited this piece of htaccess:
>
>> <IfModule mod_rewrite.c>
>> RewriteEngine On
>> RewriteBase /
>>
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteRule ^(.*)$ index.php [QSA,L]
>> </IfModule>
http://wiki.nginx.org/HttpCoreModule#try_files
--
Brian Akins
More information about the nginx
mailing list