Snippets

Alexey ilyaskin htaccess всегда добавлять завершающий слэш

Created by Alexey ilyaskin

File .htaccess Added

  • Ignore whitespace
  • Hide word diff
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-l
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_URI} ^(.*/[^/\.]+)$
+RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.