Activity Stream
48,167 MEMBERS
6829 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default Nginx Help

    Hi,

    I have recently setup the nginx server.
    As i know nginx doesnt support htaccess. I have set of rules for nginx. But i dont where to put those rules. Do i have to put them
    Code: 
    /etc/nginx/nginx.conf
    Can someone help me with this.
    dheeraj4uuuu Reviewed by dheeraj4uuuu on . Nginx Help Hi, I have recently setup the nginx server. As i know nginx doesnt support htaccess. I have set of rules for nginx. But i dont where to put those rules. Do i have to put them /etc/nginx/nginx.conf Can someone help me with this. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    satiq.net

  4.     
    #3
    Banned
    Website's:
    xsl.tel xsltel.com
    depends on your configuration setup

    rewrite rules should be added in

    Location / {
    ....

    rewrite rules here....

    ...
    }

    ---------- Post added at 09:09 PM ---------- Previous post was at 09:08 PM ----------

    depends on your configuration setup

    rewrite rules should be added in

    Location / {
    ....

    rewrite rules here....

    ...
    }

  5.     
    #4
    Member
    Eidt config file as ;
    Code: 
     
    server { 
    listen *:80;
     location / {
     root   /var/www/html;
     index index.php index.html;
    
      # if file exists return it right away
    
     if (-f $request_filename) { break; }  
    
    # otherwise rewrite the f**ker
    
     if (!-e $request_filename) { 
    rewrite ^(.+)$ /index.php$1 last; break;
     }  }

  6.     
    #5
    Member
    Thank you guys a lot..it worked!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help about NGINX!
    By FootStep in forum Server Management
    Replies: 9
    Last Post: 20th Jul 2012, 04:50 PM
  2. Nginx php help
    By MediaStar in forum Server Management
    Replies: 10
    Last Post: 25th Apr 2012, 03:20 PM
  3. Plesk and nginx
    By Webmin in forum Technical and Security Tutorials
    Replies: 8
    Last Post: 5th Mar 2012, 08:39 PM
  4. Litespeed or nginx?
    By .:Raymond:. in forum Hosting Discussion
    Replies: 9
    Last Post: 10th Oct 2011, 09:36 AM
  5. torrentflux nginx possible?
    By bachbell in forum Server Management
    Replies: 13
    Last Post: 9th Oct 2011, 02:21 AM

Tags for this Thread

BE SOCIAL