Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Wed Jun 06, 2012 3:25 am 
Offline
Newbie

Joined: Wed May 23, 2012 4:09 pm
Posts: 3
I couldn't figure it out. Thanks for looking though!


Top
   
 Post subject:
PostPosted: Fri Jun 08, 2012 7:18 am 
Offline
Senior Newbie

Joined: Tue Dec 14, 2010 10:30 am
Posts: 16
I don't quite see why you deleted the question, but this works for me:
Code:
location / {
    try_files $uri $uri/ /index.php?p=$uri&$args;
}

location ~ \.php {     
    include fastcgi_params;
    fastcgi_split_path_info ^(.+\.php)(.*)$;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;       
    fastcgi_pass 127.0.0.1:9000;
}


Btw, unless I'm totally mistaken, the question was originally something like, "how do I get rewritten url's in vanilla forum"
edit: ...in nginx


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group