1
2
# Title: `.htaccess` Rules For Nice URLs
# Author: [Abe](http://snipplr.com/users/Abe)
Remove file extension or use query strings like virtual directories.
Remove file extension: http://domain/about.php -- becomes -- http://domain/about
Virtual directories: http://domain/index.php?q=about -- becomes -- http://domain/about
Remove file extension: http://domain/about.php -- becomes -- http://domain/about
Virtual directories: http://domain/index.php?q=about -- becomes -- http://domain/about
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.