Welcome! Log In Create A New Profile

Advanced

Re: htaccess to NGINX conversion help

April 24, 2009 11:46AM
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/
Subject Author Posted

htaccess to NGINX conversion help

Lee Wilson April 24, 2009 11:36AM

Re: htaccess to NGINX conversion help

Igor Sysoev April 24, 2009 11:46AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready