nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Migrate this apache rewrite ton nginx

This is a discussion on Migrate this apache rewrite ton nginx within the Web servers forums, part of the Mastering Servers category; Hello Nixcraft Team. Im trying to migrate this apache rewrite to nginx rewrite. Can someone help me please. RewriteEngine on ...


Go Back   nixCraft Linux Forum > Mastering Servers > Web servers

Linux answers from nixCraft.


Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-12-2009, 04:33 PM
Junior Member
User
 
Join Date: Jun 2009
OS: Debian
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jarod is on a distinguished road
Default Migrate this apache rewrite ton nginx

Hello Nixcraft Team.

Im trying to migrate this apache rewrite to nginx rewrite. Can someone help me please.

Quote:
RewriteEngine on
RewriteBase /ads

RewriteRule ^c,(.*),Keyword.htm$ index.php [R=301,L]
RewriteCond %{REQUEST_URI} (/|\.htm|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?page=$1&%{QUERY_STRING}
RewriteRule templates\/(.*).tpl$ index.php[F]
RewriteRule templates_c\/(.*) index.php[F]
RewriteRule configs\/(.*).conf$ index.php [F]
Reply With Quote
  #2 (permalink)  
Old 23-12-2009, 11:44 PM
raj's Avatar
raj raj is offline
Senior Member
User
 
Join Date: Jun 2005
Location: Hyderabad
OS: Fedora, Debian Linux
Posts: 307
Thanks: 42
Thanked 8 Times in 8 Posts
Rep Power: 6
raj will become famous soon enough raj will become famous soon enough
Default

Did you able to write something on your own? If so paste it..
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Reply

Tags
nginx , rewrite


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
[Solved] nginx Block Images in wp-uploads vamsi Web servers 7 04-12-2009 07:03 PM
Apache VB SEO Rewrite - Getting Error 404 peeyooshk Web servers 3 01-07-2009 07:47 AM
DNS Migrate sk_kgs Getting started tutorials 4 16-07-2008 01:29 AM
migrate printer configuration of various users pss Networking, Firewalls and Security 1 03-09-2007 06:44 PM
Migrate a web server to Red Hat Enterprise Linux 4 from 3 chimu Linux software 2 19-12-2006 12:08 AM


All times are GMT +5.5. The time now is 05:21 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38