joelengt/joelgt-blog-production/master/content/themes/avant/assets/portafolio/rktecnology/.htaccess - Htaccess File

joelengt/joelgt-blog-production/master/content/themes/avant/assets/portafolio/rktecnology/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.rktecnology.com [NC]
RewriteRule ^(.*)$ http://rktecnology.com/$1 [L,R=301]

ErrorDocument 404 http://rktecnology.com/404

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache