|
I created an AWStats app and then associated it with my website record located at /awstats. That worked and I could login to the app and see stats. However, my main site is a drupal site associated with / for my domain. For some reason my main index page displayed fine from drupal but if I clicked a link to read a story it would throw a 500 error. Removing /awstats from the website allowed the drupal served app to function correctly. What could be causing this? |
|
Our control panel configures your document root a bit differently if you have multiple apps assigned to your site. The 500 error is probably related to that, and can usually be resolved by setting (or uncommenting) the RewriteBase in your Drupal app's
Hope that helps! |