<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
I'm installing stikked (a pastebin web server) on my server. I'm
having trouble, I want to rewrite all url like this :
<a class="moz-txt-link-freetext" href="http://pastebin.okira.net/index.php/lists">http://pastebin.okira.net/index.php/lists</a> like that :
<a class="moz-txt-link-freetext" href="http://pastebin.okira.net/index.php?lists">http://pastebin.okira.net/index.php?lists</a><br>
There is a rewrite rule in the install howto but it didn't work :<br>
<br>
location / {<br>
try_files $uri $uri/ @stikked;<br>
}<br>
location @stikked {<br>
rewrite ^/(.*)$ /index.php?/$1 last;<br>
}<br>
<br>
Thanks for help, Regards.<br>
<div class="moz-signature">-- <br>
Bertrand Caplet<br>
Web. <a href="http://blog.okira.net">blog.okira.net</a>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:bertrand.caplet@okira.net">bertrand.caplet@okira.net</a>
<br>
<img src="cid:part2.08000502.05050109@okira.net"></div>
</body>
</html>