Hello,
I am using the Go Daddy Shared hosting for several of my websites and i have a problem with setting up the clean url for the sub folders domains, it is working for the domain i setup in the root folder but not for the ones i set in the subfolders.
Here is the error i get when testing the clean url ;
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at mobiledownloadscenter.com Port 80
Does anyone know how to set it right ?
Comments
Have you done any editing to
Have you done any editing to the .htaccess file?
You can try removing the hash marks from the line that begins "Rewrite base" and add the name of the folder where your root directory lies.
You can also try editing the settings.php file to add your base_url (http://www.yoursite.com).
That might make a difference.
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
Here is the
Here is the solution...
http://drupal.org/node/89089
It worked for me. I actually had to add
RewriteBase /after the following comment..."# Rewrite current-style URLs of the form 'index.php?q=x'."