Forum Moderators: coopster
Will Drupal work on my shared server? Why is the site having this clean url problem? If Drupal will not work is there another CMS that already has clean urls?
In addition to what ahmedtheking has mentioned, it sounds as though the .htaccess file may be working on your server but is not written properly. From your description, it appears as though the .htaccess may be rewriting the URLs for the CSS files and causing the page to display incorrectly.
If the .htaccess file in your root directory has mod_rewrite rules in it that may match the URLs for your CSS files, there needs to be another .htaccess file in your CSS directory (assuming that there is one) that turns off mod_rewrite for that directory.
Hope this helps,
SK