Hello, I am new to this mailing list and hopefully am asking this correctly.  I am running MoinMoin 1.8.1 on Webfaction, which runs under Apache (.htaccess only).  My main script is named index.cgi.  <br><br>Currently index.cgi appears in all urls:<br>
<br><a href="http://www.mysite.com/index.cgi/FrontPage">http://www.mysite.com/index.cgi/FrontPage</a><br><a href="http://www.mysite.com/index.cgi/RecentChanges">http://www.mysite.com/index.cgi/RecentChanges</a><br><a href="http://www.mysite.com/index.cgi/HelpContents">http://www.mysite.com/index.cgi/HelpContents</a><br>
<br>What I want to know is how to configure either MoinMoin or .htaccess so I get the following:<br><br><a href="http://www.mysite.com/FrontPage">http://www.mysite.com/FrontPage</a><br>
<a href="http://www.mysite.com/RecentChanges">http://www.mysite.com/RecentChanges</a><br>
<a href="http://www.mysite.com/HelpContents">http://www.mysite.com/HelpContents</a><br><br>I have configured .htaccess using mod_rewrite so that I can type the urls as shown; however, all links on the page still show the index.cgi.<br>
<br>
<br>
<br>