soatechnology.net
.htaccess to hide extension for both html and php files
.htaccess to hide extension for both html and php RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ [R=301,L] RewriteEngine On RewriteCond %{SERVER_PORT} 80 Re…