Re: .htaccess
Differences between revision 697 and 700
Options +FollowSymlinks
RewriteEngine on
Options -Indexes
RewriteBase /
RewriteRule ^project/([0-9a-z_-]+)/upload/(.*)$ public/upload/projects/$1/$2 [L]
RewriteRule ^users/avatar/([0-9a-zA-Z_-]+)$ public/upload/avatars/$1 [L]
RewriteRule ^users/briefcase/([0-9a-zA-Z_-]+)/(.*)$ public/upload/briefcase/$1/$2 [L]
RewriteCond %{REQUEST_URI} !^/public/(images|muclogs|upload).*$
RewriteCond %{REQUEST_URI} !^/public/([a-z-]+)\.js$
RewriteCond %{REQUEST_URI} !^/inc/templates/([a-z-]+)\.css$
RewriteCond %{REQUEST_URI} !^/inc/templates/([a-z-]+)/([a-z-]+)\.css$
RewriteCond %{REQUEST_URI} !^/inc/templates/([a-z-]+)/images/.*$
RewriteCond %{REQUEST_URI} !^/robots.txt?$
RewriteCond %{REQUEST_URI} !^/blog.*$
RewriteRule ^(.*)$ index.php [QSA,L]