X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=conf%2Fcocanwiki.conf;h=a46300a86f4162c235e41ad2fc5419571aa4522a;hb=7c61259403b6ecfad9d7924f319bb9dc3d252e17;hp=874a94b18e9888d516dad2f6d16901daddacc168;hpb=7a02751aeab9d8fca3ab5cad76f364951cf2c272;p=cocanwiki.git diff --git a/conf/cocanwiki.conf b/conf/cocanwiki.conf index 874a94b..a46300a 100644 --- a/conf/cocanwiki.conf +++ b/conf/cocanwiki.conf @@ -1,5 +1,5 @@ # Apache configuration for COCANWIKI. -# $Id: cocanwiki.conf,v 1.15 2004/10/18 13:34:21 rich Exp $ +# $Id: cocanwiki.conf,v 1.16 2004/10/23 15:00:14 rich Exp $ # Uncomment the following lines if necessary. You will probably need # to adjust the paths to reflect where cocanwiki is really installed. @@ -54,6 +54,7 @@ RewriteRule ^/robots.txt /robots.txt [PT,L] # Global scripts. RewriteRule ^/_admin$ /_bin/admin/admin.cmo [PT,L,QSA] RewriteRule ^/_contact$ /_bin/contact.cmo [PT,L,QSA] +RewriteRule ^/_email_change$ /_bin/email_change.cmo [PT,L,QSA] RewriteRule ^/_files$ /_bin/files.cmo [PT,L,QSA] RewriteRule ^/_global.css$ /_bin/hoststyle.cmo [PT,L,QSA] RewriteRule ^/_images$ /_bin/images.cmo [PT,L,QSA] @@ -67,6 +68,7 @@ RewriteRule ^/_pe_confirm$ /_bin/page_email_confirm.cmo [PT,L,QSA] RewriteRule ^/_pe_unsub$ /_bin/page_email_unsubscribe.cmo [PT,L,QSA] RewriteRule ^/_recent$ /_bin/recent.cmo [PT,L,QSA] RewriteRule ^/_sitemap$ /_bin/sitemap.cmo [PT,L,QSA] +RewriteRule ^/_userprefs$ /_bin/user_prefs_form.cmo [PT,L,QSA] RewriteRule ^/_users$ /_bin/users.cmo [PT,L,QSA] # Image and file downloads.