Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2 and lighttpd
Now that V2 is released, I wanted to set it up using lighttpd. Does someone have the .htaccess converted to lighttpd?
Does this look good:
url.rewrite-once = ( "^/(.*)" => "/index.php?p=$1" )
Thanks
Does this look good:
url.rewrite-once = ( "^/(.*)" => "/index.php?p=$1" )
Thanks
0
Comments
url.rewrite = ( "^/(?:\?(.*))?" => "/index.php?p=$1" )
That seems to work better... for now. Doing more testing now.