Page 2 of 2 FirstFirst 1 2
Results 16 to 21 of 21

rewrite rules on nginx in sub folder

This is a discussion on rewrite rules on nginx in sub folder within the General Discussion forums, part of the vBulletin SEO Discussion category; Both of those files are missing vBSEO nginx rules....

  1. #16
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Both of those files are missing vBSEO nginx rules.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  2. #17
    Junior Member
    Real Name
    Bradley
    Join Date
    Apr 2010
    Posts
    18
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Both of those files are missing vBSEO nginx rules.
    Yea I left them out intentionally. The 'default' file is the same as mentioned previously, which I tried but it failed. I was hoping you all could just drop in the code for me, since the default nginx code given in the vbseo looks like it can work with my setup since I also have my forum folder named 'forums'. I did not see anything on the forums about configuring the nginx.conf file. Fill me in please

    Also in the nginx.conf file, there is "include /etc/nginx/sites-enabled/" so I don't think I need to configure that file since it pulls the data from the sites-enabled folder where ive been making all my changes

  3. #18
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    default file is not a configuration file. Any customization you add it will have no effect. Sorry sir but if you are unexperienced in nginx , you should use apache or hire a server admin to handle your nginx configuration.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #19
    Junior Member
    Real Name
    Bradley
    Join Date
    Apr 2010
    Posts
    18
    Liked
    0 times
    Hmm you would think with NGINX becoming so popular, you all would offer some custom support for it. I feel somehow like I wasted 150 dollars, but Ill find someone hopefully.

  5. #20
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    We don't offer any support to Apache , Nginx , Php or any other server related customizations. We offer support for our product vBSEO only. You need to request Server support from your Server Management.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #21
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    please try to change this part:
    Code:
            if (!-e $request_filename) {
                rewrite ^(.+)$ /index.php?q=$1 last;
            }
    to:
    Code:
            if (!-e $request_filename) {
    if (!$request_filename ~* /forums/) {
                rewrite ^(.+)$ /index.php?q=$1 last;
    }
            }
    (to have it skipped for forums folder)

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Nginx rules don't redirect old showthread.php URLs
    By Inettive in forum General Discussion
    Replies: 4
    Last Post: 01-10-2010, 03:19 AM
  2. Rewrite from Apache to nginx
    By Hiiragi in forum URL Rewrite Settings
    Replies: 0
    Last Post: 07-13-2009, 07:04 PM
  3. Rewrite from apache to nginx
    By nfn in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 01-27-2009, 08:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •