I have GoDaddy for hosting, and bebeshelly.com as my primary domain name. I installed Drupal in the subfolder www.bebeshelly.com/jasonarndt and everything functions fine.

I then pointed the domain www.jasonarndt.com to that same subfolder [/jasonarndt]. Now, only the front page is viewable and clicking on any links leads to a "500 Internal Server Error".

What am I missing?

Comments

dadderley’s picture

Take a good look at your .htaccess file. You will see configuration that applies to your situation.

# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
  # VirtualDocumentRoot and the rewrite rules are not working properly.
  # For example if your site is at http://example.com/drupal uncomment and
  # modify the following line:
  # RewriteBase /drupal
  #
  # If your site is running in a VirtualDocumentRoot at http://example.com/,
  # uncomment the following line:
  # RewriteBase /

Go for it!

mistify’s picture

Awesome! "RewriteBase /" was the ticket, thanks for the pointer Doug!

dadderley’s picture

No problemo.
Nice when problems are so easy to solve.

kpastore’s picture

Thanks for the info. Worked for me, too!