[Its.an.education.project] Cleaning up the activities page

Bernie Innocenti bernie at codewiz.org
Wed May 7 17:50:13 CEST 2008


Seth Woodworth wrote:
> Also, could we change our .htaccess to map the current page structure from:
> http://sugarlabs.org/index.php/Main_Page
> to:
> http://wiki.sugarlabs.org/Main_Page
> ?
>
> It's a pretty trivial hack.

Done, please test.

www.sugarlabs.org redirects to wiki.sugarlabs.org.
wiki.sugarlabs.org hides index.php from the path

For the latter, I ended up using a rewrite rule:
        RewriteEngine on
        RewriteRule ^/?(.*)$ /index.php?title=$1 [L,QSA]

Is there a simpler way?

-- 
   \___/
  _| o |  Bernie Innocenti - http://www.codewiz.org/
  \|_X_|  "It's an education project, not a laptop project!"


More information about the Its.an.education.project mailing list