Thanks for the direction. Couldn't quite piece it together just from that but did some puzzling around.
End result:
For some reason even though I didn't have 'allowoverride all' set for the drupal directory it was working for the most part o_O. I setup a specific 'Directory' entry for the /home/tib/public_html/drupal path and set it to override all.
The rewritebase then got set to /~tib/drupal instead of just /drupal and it works fine now. Woohoo :]
<EOL> Tib
On Sun, 19 Jun 2005, puregin wrote:
Check out, for example,
http://www.opensa.org/manual/apache_guide/urlmapping.html
in particular the section on user directories.
Djun
On 19 Jun 2005, at 7:34 AM, Tib wrote:
drupal locations:
/home/tib/public_html/drupal www.tigerknight.org/~tib/drupal
Apache info:
modrewrite is compiled in and does not need to be loaded
Question:
What am I supposed to put for the 'RewriteBase' value in the drupal/.htaccess file? I've tried just '/drupal' as well as '/~tib/drupal' but that doesn't seem to work. I keep getting errors of:
'It appears your host is not configured correctly for Clean URLs. Please check for ModRewrite support with your administrator.'
<EOL> Tib --