Skip to content

Commit

Permalink
feat: remove .html in url
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesk committed Jan 25, 2024
1 parent 061aa67 commit 39a47ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
ErrorDocument 404 /404.html
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC, L]
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ <h4><i class="fas fa-address-book"></i> Contact</h4>
Developed By - <a href="https://dreamspace.academy/" target="_blank">DreamSpace Academy</a>
<br>
Image by <a
href="https://www.freepik.com/premium-vector/image-illustration-dx-digital-transformation_85177470.htm#query=tech%20women&position=26&from_view=search&track=ais&uuid=c03010c7-b756-40af-b33a-6d5824c17cdf">
migstc1</a> and <a
href="https://www.freepik.com/premium-vector/concept-virtual-reality-technology-graphic-teenage-gamer-wearing-vr-head-mounted-playing-game_20983192.htm#query=tech%20women%20meta&position=33&from_view=search&track=ais&uuid=68881e01-a4bb-41ea-803c-db90f0faac85">
jackie_niam</a> on Freepik
</p>
Expand Down

0 comments on commit 39a47ea

Please sign in to comment.