Would it be better to add the below command to the httpd.conf file, or the apache.conf file?
If I have to load mod_webobjects  (done in apache.conf) before the loading mod_rewrite (done in httpd.conf), I guess that would mean I'd have to do the below command in the httpd.conf file after both loads, right?

Thanks,
Jeff

On Mar 1, 2006, at 9:44 PM, Chuck Hill wrote:

        <IfModule mod_rewrite.c>

            RewriteEngine On

            RewriteRule    ^/$            /cgi-bin/Webobjects/netBrackets.woa             [last,passthrough]

        </IfModule>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to