When creating optimized and clean URLs, is there a "rule of thumb" for creating the URL strings? Do you end it with a trailing slash, a file extension, or however you re-wrote the URL?
Examples:
Trailing Slash => http://www.domain.com/example/function/
No Trailing Slash => http://www.domain.com/example/function
File Extension => http://www.domain.com/example/function.html




Bookmarks