Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: >> .HTACCESS Codes Library >> Remove File Extention from URL


Code Snippet </> Info


Snippet Name: Remove File Extention from URL

Description: You can remove the file extension to your URL's.


This converts URL http://site.com/about.html to http://site.com/about

Note:

Author:

Last Modified: 2014-05-18 06:42:24

Language: .htaccess

Highlight Mode: html

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

#Begin Remove File Extention from URL RewriteRule ^about$ about.html [L] # // --> End


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library