If you put pmwiki.php at $DOCROOT rather than $DOCROOT/pmwiki, shouldn't the .htaccess file be:<br> <br> # Use mod_rewrite to enable "Clean URLs" for a PmWiki installation.<br> RewriteEngine On<br> # Define the rewrite base.<br> RewriteBase /<br> # Send requests without parameters to pmwiki.php.<br> RewriteRule ^$ pmwiki.php [L]<br> # Send requests for index.php to pmwiki.php.<br> RewriteRule ^index.php$ pmwiki.php [L]<br> # Send requests to pmwiki.php, appending the query string part.<br> RewriteRule ^([^/a-z].*) pmwiki.php?n=$1 [QSA,L]<br> <br> as opposed to having "pmwiki/pmwiki.php" in the three RewriteRule lines? <br> <br> <br><b><i>info@theburroughsproject.com</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hello again. I've talked with tech support at godaddy.com, and they<br>claim that the mod_rewrite
should work for what I'm doing, and have<br>assured me that there are no restrictions to mod_rewrite whatsoever. So<br>I just wanted to check with you one last time, to make absolutely sure<br>that I'm doing this correctly. This is what I'm doing:<br><br>In my root document folder I have only two items: one folder named<br>"pmwiki", and one .htaccess <br>file. This is an exact copy of what's in my .htaccess file:<br><br># Use mod_rewrite to enable "Clean URLs" for a PmWiki installation.<br>RewriteEngine On<br># The rewrite base will be the document root.<br>RewriteBase /<br># Send requests without parameters to pmwiki.php.<br>RewriteRule ^$ pmwiki/pmwiki.php [L]<br># Send requests for index.php to pmwiki.php.<br>RewriteRule ^index\.php$ pmwiki/pmwiki.php [L]<br># Send requests to pmwiki.php, appending the query string part.<br>RewriteRule ^([^/a-z].*) pmwiki/pmwiki.php?n=$1 [QSA,L]<br><br></blockquote><br><BR><BR>~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~<br>Whenever a theory appears to you as the only possible one,<br>take this as a sign that you have neither understood the theory<br>nor the problem which it was intended to solve. -- Karl Popper<br>~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~<br>HOME PAGE: www.awcfamily.com<br><br>I have no control over anything that appears after this sentence.<p> 
        
                <hr size=1>Do you Yahoo!?<br> Everyone is raving about the <a href="http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/handraisers"> all-new Yahoo! Mail Beta.</a>