From owner-freebsd-questions@FreeBSD.ORG Fri Jul 24 04:33:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 751AC1065674 for ; Fri, 24 Jul 2009 04:33:04 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3062C8FC21 for ; Fri, 24 Jul 2009 04:33:03 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: by yxe11 with SMTP id 11so2484090yxe.3 for ; Thu, 23 Jul 2009 21:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XyTcM8VIeeO354/gtcy2xUYvF+5D0oc+i0iACFbCQmQ=; b=YyzGuyhUpbJySqOgJARUFCQ+4OVMAAvq6R5VMcbJyey+/kbFfVt/DC9KqrKw10e1f0 5+XCz7Q50nkZMr0TubiyA/LmNCPunzNrlN9YU4uut2bdlvzpuL6x97LxHV9MlAa1M2zJ 4sn1DLdX4Xz0vHwHvWks2dIiQZ+AROn8Ob6eQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NXqi0vaRsJpLPKKs3aefs9uhoHThiMK+fOi8Yp67/KvSVSnvDaq9CiAdfSY/8AQm5c c7eoqekBAutifi7GYEdAkYA2Fkxl6pduSkEQM0QlpLnlhklXWVJubqMqqfcEEkw8JHxN UZ0E00mnmZ1mTj0q4kaiqdxTdHa08fDH4BcTo= MIME-Version: 1.0 Received: by 10.100.6.16 with SMTP id 16mr3976987anf.52.1248409983340; Thu, 23 Jul 2009 21:33:03 -0700 (PDT) Date: Thu, 23 Jul 2009 23:33:03 -0500 Message-ID: <970380130907232133h6e96ed2dr2a2f3836a2ea22bd@mail.gmail.com> From: Jason Garrett To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (Maybe)OT: Apache22 mod_rewrite question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 04:33:04 -0000 I am starting up a wiki with moinmoin. Currently when I type in http://mydomain.com it brings me to the main page and the browser shows http://mydomain.com/moin.cgi. When I click on a link from the front page, the browser displays http://mydomain.com/moin.cgi/SearchedText Basically, I want to remove the moin.cgi and just end up with this being displayed http://mydomain.com/SearchedText. For a working example of what I want, just go to http://wiki.freebsd.org. Can this be done with mod_rewrite and/or with apache in general?