On 2013-05-01 09:05, Daniel Juyung Seo wrote:
> This is cool :)
> I wonder if this didn't work before hehe.

It should have yes :) But as we are using the virtual-root feature in 
cgit, this wasn't working and didn't notice it before yesterday. I just 
tweak a bit the .htaccess

+# Serve local file
+RewriteCond %{REQUEST_FILENAME} -f
+RewriteRule .* - [L]

  # Access cgit from /
-RewriteRule ^([^/]+)(?(.*)) /cgit.cgi/$1$2 [L,QSA,NS]
+RewriteRule ^([^/]+)(/?(.*)) /cgit.cgi/$1$2 [L,QSA,NS]


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to