From: Raphaël Barrois Date: Sun, 5 Sep 2010 20:13:30 +0000 (+0200) Subject: Update default .htaccess to match standard use case X-Git-Url: http://git.polytechnique.org/?p=dotclear.git;a=commitdiff_plain;h=1804b7406743f8aac76351170c66f468f8d7ca97 Update default .htaccess to match standard use case Blogs are http://.polytechnique.org, not http://farm.blog-x.org/ => set up a .htaccess which won't break... Signed-off-by: Raphaël Barrois --- diff --git a/createBlog.sh b/createBlog.sh index 4b6c25d..00bdec7 100755 --- a/createBlog.sh +++ b/createBlog.sh @@ -9,11 +9,11 @@ # owner = name of the owner # * user blog: forlife of the owner of the blog # * group blog: 'diminutif' of the group (from X.net database) -# baseurl = base url of the blog. +# url = full url of the blog (e.g http://group.blog-x.org/). # WARNING: The script generates a .htaccess. The rewrite base might be edited to match # the installation. Default value is based on a blog-farm of the form -# http://base.url/$owner/ +# http://$owner.base.url/ # Once the blog has been installed and the .htaccess set-up, you can go on the administration # page of the blog at baseurl/admin/ @@ -50,7 +50,7 @@ ln -s $rootpath/$templatepath/public/$owner public ( cat <