couleurmate / molenbike

1 stars 1 forks source link

redirect coop.html > coop #48

Closed couleurmate closed 5 years ago

couleurmate commented 5 years ago

RewriteCond %{THE_REQUEST} .html [NC] RewriteRule ^(.*).html$ /$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [L]