Recent activity
Recent activity (0)
How to make Trac and wordpress work together
You need to update .htaccess for wordpress. Here are the content and explanation of new .htaccess.1. To make Trac and wordpress work together, we need to addRewriteCond %{REQUEST_URI} !^/trac*inside wordpress rewrite rules 2. To make Trac HTTP authentication work, we need to addErrorDocument 401 /401.htmland create 401.html on the same directory as wordpress.Taken from: http://wordpress.org/support/topic/htaccess-and-subdirectories 401.html can be empty file or use the following HTML tags.Authorization Required It will only display when someone failed to login. ErrorDocument 401 /401.html# BEGIN WordPressRewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_URI} !^/trac*RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]#END
Activate RVsubversion Manager for RVskin 10.58 - 12.37
RVsubversion Manager is availeble since RVskin 13.00. If RVskin in your server is lower version, please do following guide.This process requires root privilege. If you don’t have the privilege, please contact your host provider.After finished update (or new install) of RVskin (version 10.58 - 12.37), "RVglobalsoft Manager" menu will appear. Click RVglobalsoft Manager -> RVsubversion -> and follow the installation in the link or run the following commands to install RVsubversion. Install RVsubversion/usr/local/rvglobalsoft/rvsubversion/auto/autorvsubversion.cgi Install subversion and Tracperl /usr/local/rvglobalsoft/rvsubversion/install.pl After that, click "RVglobalsoft Manager" again, you'll see "RVsubversion Manager". Here's the place to set your subversion configuration.

