## 404 page	Semantic World
## @copyright	Copyright (C) 2015-2016 Semantic World. All Rights Reserved.
ErrorDocument 404 https://www.semanticworld.com/page404.html
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
