Drupal in sub-directories in GoDaddy
This one took me a couple tries. If you're installing Drupal into a folder on an account (this particular case was with GoDaddy) in order for clean URLs to work and everything, you have to modify the .htaccess file. The part where it has:
# If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: # RewriteBase /
Uncomment that line and you're good to go. You don't need to do any of the stuff in .htaccess or in settings.php for the sub-directory stuff. Apparently GoDaddy takes care of that naturally.
This one took me a couple tries. If you're installing Drupal into a folder on an account (this particular case was with GoDaddy) in order for clean URLs to work and everything, you have to modify the .htaccess file. The part where it has:
# If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: # RewriteBase /
Uncomment that line and you're good to go. You don't need to do any of the stuff in .htaccess or in settings.php for the sub-directory stuff. Apparently GoDaddy takes care of that naturally.