rewrite untuk apa? bikin sendiri atau pake engine yang sudah jadi macam drupal, wp, joomla, dll?
kalau bikin sendiri, coba masuk http://forum.nginx.org/ copas kan htaccess dari apache untuk mendapat padanan di nginx seingat saya pernah ada yang membuat website yang fungsinya melakukan translasi htaccess ke nginx *lupa* On Thu, Oct 14, 2010 at 3:32 PM, Wisnu Manupraba <[email protected]> wrote: > > > On Thu, Oct 14, 2010 at 2:39 PM, Rendy Maulana <[email protected]>wrote: > >> Environment shared atau dedicated nu? > > > vps rend > > @iyank, > > location ~ \.php$ { > fastcgi_pass 127.0.0.1:9000; > fastcgi_index index.php; > include fastcgi_params; > fastcgi_param SCRIPT_FILENAME > $document_root$fastcgi_script_nam$ > fastcgi_param PATH_INFO $fastcgi_script_name; > access_log off; > } > location /ngomik{ > if (!-e $request_filename){ > rewrite (.*) /ngomik/index.php/$1; > } > > } > > nambahin itu di site-enablednya > > tapi tetep euy -_- ga mau ngikutin mod rewritenya > > phpnya pake fpm sama fastcgi bedanya naon sih?? > > -- >> >> Rendy Maulana >> www.rendy.tel >> >> >> Sent from my BebekĀ® >> powered by high capacity Battery >> ------------------------------ >> *From: * Wisnu Manupraba <[email protected]> >> *Sender: * [email protected] >> *Date: *Thu, 14 Oct 2010 14:32:51 +0700 >> *To: *Milis KLuB<[email protected]> >> *ReplyTo: * [email protected] >> *Subject: *[KLuB] Ada yang pernah pake nginx? >> >> di sini ada yang pernah pake nginx ga? >> setting mod rewrite (kalau di apache) itu gimana ya?? >> >> kesulitan, mau mengganti apache dengan nginx di http://www.ngomik.com -_- >> >> -- >> Wisnu Manupraba >> CEO of Javan IT Services >> Mobile : 081321965086 >> Email : [email protected] >> YM : wisnumanupraba >> Website: http://www.javan.co.id >> >> -- >> Web Milis: http://groups.google.com/group/klub-linux-bandung >> Etika Milis: >> http://groups.google.com/group/klub-linux-bandung/web/etika-milis >> >> -- >> Web Milis: http://groups.google.com/group/klub-linux-bandung >> Etika Milis: >> http://groups.google.com/group/klub-linux-bandung/web/etika-milis >> > > > > -- > Wisnu Manupraba > CEO of Javan IT Services > Mobile : 081321965086 > Email : [email protected] > YM : wisnumanupraba > Website: http://www.javan.co.id > > -- > Web Milis: http://groups.google.com/group/klub-linux-bandung > Etika Milis: > http://groups.google.com/group/klub-linux-bandung/web/etika-milis > -- Web Milis: http://groups.google.com/group/klub-linux-bandung Etika Milis: http://groups.google.com/group/klub-linux-bandung/web/etika-milis
