.htaccess 419 B

12345678910111213
  1. Options +FollowSymlinks
  2. RewriteEngine On
  3. # Clean Adapter
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule ([^\.]+)$ $1.html [NC,L,QSA]
  7. # Can someone smarter than me make it so:
  8. # http://localhost/history.js/tests/uncompressed-html5-persistant-jquery
  9. # Does not redirect to:
  10. # http://localhost/history.js/tests/uncompressed-html5-persistant-jquery.html
  11. # But still accesses that url