htaccess to NGINX conversion help
Igor Sysoev
is at rambler-co.ru
Fri Apr 24 19:46:14 MSD 2009
On Fri, Apr 24, 2009 at 05:36:31PM +0200, Lee Wilson wrote:
> Hello,
>
> I am wondering if anyone could help me convert this .htaccess file to
> NGINX. I have attempted to look for solutions on the internet but
> cannot seem to solve the problem.
>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule . /projects/name/public/index.php
>
> Many thanks in advance.
location / {
try_files $uri $uri/ /projects/name/public/index.php;
}
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list