Results 1 to 5 of 5
-
28th Mar 2012, 08:35 PM #1OPMember
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
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
-
28th Mar 2012, 08:55 PM #2MemberWebsite's:
satiq.netCheck here:
http://wiki.nginx.org/Configuration
-
28th Mar 2012, 09:09 PM #3BannedWebsite's:
xsl.tel xsltel.comdepends 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....
...
}
-
28th Mar 2012, 09:09 PM #4Member
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; } }
-
28th Mar 2012, 09:26 PM #5OPMember
Thank you guys a lot..it worked!!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need help about NGINX!
By FootStep in forum Server ManagementReplies: 9Last Post: 20th Jul 2012, 04:50 PM -
Nginx php help
By MediaStar in forum Server ManagementReplies: 10Last Post: 25th Apr 2012, 03:20 PM -
Plesk and nginx
By Webmin in forum Technical and Security TutorialsReplies: 8Last Post: 5th Mar 2012, 08:39 PM -
Litespeed or nginx?
By .:Raymond:. in forum Hosting DiscussionReplies: 9Last Post: 10th Oct 2011, 09:36 AM -
torrentflux nginx possible?
By bachbell in forum Server ManagementReplies: 13Last Post: 9th Oct 2011, 02:21 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...