On Tue, Feb 26, 2008 at 11:34 PM, Lauren McNees <[EMAIL PROTECTED]> wrote:
>  dom "rosasharn.com" where
>   DocumentRoot = home "wordpress";
>  with
>   wordPress "wordpress" where
>     DocumentRoot = home "wordpress";
>   end;
>   (* Could make the above just 'wordPress "wordPress";', because you've
>  already set the DocumentRoot above. *)
>  end;

Try this:

dom "rosasharn.com" with
  wordPress "wordpress" where
    DocumentRoot = home "wordpress"
  end
end

You could set DocumentRoot higher up, but I don't see the point of that.

In any case this should work, without any .htaccess file, or any
additional rewrite rules. Those are all generated by wordPress.

If you don't believe me you can inspect the compiled Apache configuration with

$ domtool-admin describe rosasharn.com

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

Reply via email to