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

Results 1 to 8 of 8
  1.     
    #1
    Member

    Default how can fix htaccess problem on NGINX ?

    i have many troubles with nginx .. one of them rewrite problem
    how can fix htaccess problem on NGINX ?
    nginx is good web server but his settings SUCKS
    chiwan Reviewed by chiwan on . how can fix htaccess problem on NGINX ? i have many troubles with nginx .. one of them rewrite problem how can fix htaccess problem on NGINX ? nginx is good web server but his settings SUCKS :facepalm: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    worldwidexs.com.au
    What are the problems you are facing?

  4.     
    #3
    Respected Member
    Hers is a Nginx Lighttpd Tutorial
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [L]

    The two RewriteCond statements check to make sure that there is no filename or directory that matches a user’s request. If not, then it rewrites to the index.php page. The [L] means to stop executing rewrites at that line.
    Now for Nginx and it’s Rewrite module:
    if (!-e $request_filename) {
    rewrite ^(.*)$ index.php last;
    }

  5.     
    #4
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Nginx doesn't support .htaccess

  6.     
    #5
    Member
    Quote Originally Posted by pi0tr3k View Post
    Nginx doesn't support .htaccess
    and how scripts will work with nginx ?
    what if we use nginx as reserve proxy ? can in this case read .htaccess ?

  7.     
    #6
    Member
    Website's:
    oneddl.eu nfomation.net linksafe.me
    nginx is what I like to call 'noob-proof' (i.e. noobs can't use it).

    A bit of googling goes a long way.

  8.     
    #7
    Member
    @okone, well said. nginx is not supposed for noobs

  9.     
    #8
    Member
    What web script are you hosting? Wordpress?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem with .htaccess
    By Uchiha-Madara in forum DLE
    Replies: 7
    Last Post: 4th Apr 2012, 04:58 PM
  2. Help - Problem with .htaccess DLE
    By Uchiha-Madara in forum Web Application/Script Support
    Replies: 3
    Last Post: 15th Jan 2012, 01:33 PM
  3. Problem with htaccess
    By xandor in forum Webmaster Discussion
    Replies: 9
    Last Post: 15th Jan 2012, 12:55 AM
  4. problem with my .htaccess file for datalife
    By zebono2 in forum Web Development Area
    Replies: 3
    Last Post: 24th Sep 2011, 04:33 PM
  5. .htaccess problem in DLE
    By Arthur in forum Webmaster Discussion
    Replies: 25
    Last Post: 8th Mar 2011, 06:39 PM

Tags for this Thread

BE SOCIAL