You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by di...@apache.org on 2003/09/23 02:04:18 UTC

cvs commit: ws-site/targets/blog .htaccess

dims        2003/09/22 17:04:18

  Added:       targets/blog .htaccess
  Log:
  adding .htaccess
  
  Revision  Changes    Path
  1.1                  ws-site/targets/blog/.htaccess
  
  Index: .htaccess
  ===================================================================
  RewriteEngine on
  RewriteRule ^$ blosxom.cgi
  RewriteRule !^blosxom\.cgi - [C]
  RewriteRule (.*) blosxom.cgi/$1