diff --git a/.htaccess b/.htaccess
index 5248bd8..bbf25d7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,6 +18,9 @@ Options -Indexes
 # Follow symbolic links in this directory.
 Options +FollowSymLinks
 
+# Make Drupal work if rewrite is not enabled.
+FallbackResource /index.php
+
 # Make Drupal handle any 404 errors.
 ErrorDocument 404 /index.php
 
