RewriteEngine On RewriteCond %{REQUEST_URI} !=/ RewriteCond %{REQUEST_FILENAME} !\.(png|jpg|gif)$ RewriteRule ^.*$ / [R=301]