sergeychernyshev / .htaccess

High performance drop-in .htaccess file for your site
601 stars 89 forks source link

Is this project only about performance? #16

Closed santosh closed 11 years ago

santosh commented 11 years ago

This this .htaccess is only limited to performance stuffs or something like this is bearable?:

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
sergeychernyshev commented 11 years ago

This one is about performance only.