Does anyone know how to make domtool do the rewrites that I was using
.htaccess for? Its for my wordpress site and since my programming skills
are limited, I only got .htaccess to work by copying someone else's. Thank
you for your help.

Here's what my .htaccess file says. My site is www.rosasharn.com.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>


---------------------------- Original Message ----------------------------
Subject: [HCoop-Announce] .htaccess being disabled on mire
From:    "Michael Olson" <[EMAIL PROTECTED]>
Date:    Sun, February 24, 2008 2:17 pm
To:      [EMAIL PROTECTED]
--------------------------------------------------------------------------

We accidentally left the use of .htaccess turned on while we were
testing mire last year.  As of one week from now, we will no longer
permit .htaccess files to be read by Apache, since these files introduce
the possibility of accidentally crashing Apache, and add a small
performance hit to all member websites.

If you need more time to transition to being without .htaccess, please
contact [EMAIL PROTECTED] to express your request.  If you need help in
translating your .htaccess file into Domtool directives, please
subscribe to the hcoop-help mailing list using the portal and direct
your requests there.

You may test the effect of this change by using the "testNoHtaccess"
directive in your domtool configuration for each virtual host.  Here is
an example:

domain "mydomain" with
  web "www" where
    DocumentRoot = (home "public_html");
  with
    directory (home "") with
      testNoHtaccess;
    end;
  end;
end;

Note that "testNoHtaccess" must be inside of a "directory" directive.

-- 
Michael Olson
HCoop System Administrator
http://hcoop.net/
_______________________________________________
HCoop-Announce mailing list
[EMAIL PROTECTED]
https://lists.hcoop.net/listinfo/hcoop-announce

Attachment: untitled-1.2
Description: PGP signature

_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to