+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Nginx rules

  1. #1

    Nginx rules

    I have this rewrite rules
    Code:
    Only registered members can view the code.

    but add-listing links don't work
    like this
    http://mydomain/add-listing/books/books ... ories.html
    http://mydomain/post-ad/dvds-and-movies/dvd/

  2. #2

    Re: Nginx rules

    Hello Dmitri,

    So as i understand url is not working if more than one subcategory?
    Actually it is first time i hear this issue, maybe it is related changes you made.
    You can PM me website url and ftp i will check this issue

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    2
    Does anyone have a working rewrite configuration for Flynax version 4.x? There are more rules in the current version than the one previous:

    Code:
    Only registered members can view the code.
    Any help would be appreciated.

  4. #4
    Junior Member
    Join Date
    Mar 2013
    Posts
    3
    I realize this thread is old, but does anyone have a complete set of rules for nginx with 4.x?

    thanks!

  5. #5
    In case somebody need nginx rules, here they are:


    Code:
    Only registered members can view the code.

    In my case it was in the server section of the nginx config file

    I also can confirm that flynax works on nginx +fastcgi php server without apache )
    Last edited by Mike; December 5, 2013 at 09:51 AM.

  6. #6
    update:
    for the sitemap plugin additional rule required

    Code:
    Only registered members can view the code.

  7. #7
    FYI:

    We don't provide nginx server configuration service as any other web server configurations or tweaking service. You have to do it with your server administrator or hosting support.

    Yes there are rewrite rules in the thread to use with nginx server, but only the rules - you have to copy them to the nginx configuration file. Please consider that the rest of configuration should be done on your side
    Last edited by Mike; December 5, 2013 at 09:52 AM.

  8. #8
    Hi all,

    If your Flynax script is installed in a subdirectory then use a location tag below:

    Code:
    Only registered members can view the code.
    Last edited by Alex; September 26, 2013 at 05:45 AM.

    Other than that happy coding...
    Flynax Technical Department

  9. #9
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Are there any instructions how to enable this for nginx+fastcgi?

    my current settings are:
    Code:
    Only registered members can view the code.
    but the website responds with the 404 code
    Last edited by Alex; June 17, 2015 at 03:28 AM.

  10. #10
    Hello,

    The rewrite rules not dependent on this nginx+fastcgi or nginx+apache
    Show us the contents of your tag server {...} not just one location ~ \.php$ {...}

    Other than that happy coding...
    Flynax Technical Department

+ Reply to Thread