.htaccess 240 B

123456789
  1. RewriteEngine On
  2. #RewriteCond %{SERVER_PORT} 80
  3. #RewriteRule ^(.*)$ https://www.rake.mx/webQA/$1 [R,L]
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^([^\.]+)$ $1.html [NC,L]
  6. #Require all denied
  7. #ErrorDocument 403 https://www.rake.mx/