1 Sep
2010
1 Sep
'10
10:21 p.m.
On 9/2/10, Chris Morgan wrote:
Please send me the code. I'll contact OSUOSL to have that changed. I don't think I have write access to *that* :)
.htaccess, not httpd.conf
I sort of know, thanks :)
- .htaccess lives in the web root (i.e. the root
of the SVN repository) and you can change it. Here's what we need to move www.inkscape.org to inkscape.org. (That is the direction I would shift it.) Put it at the end of the file.
RewriteCond %{HTTP_HOST} ^www.inkscape.org$ [NC] RewriteRule ^(.*)$ http://inkscape.org/$1 [L,R=301]
Done. Many thanks. Please check and let me know if it's okay :)
Alexandre Prokoudine http://libregraphicsworld.org