I know there are a few answers reagrding this topic, however i need something more 🙂
- I need all my www pages to redirect
to non-www - I need all my index.php to be removed
- I need .php to be removed from all
the pages (site.com/sss.php to
site.com/sss) - Is there a difference between
http://site.com/sss/ and
http://site.com/sss (the slash) ?
4.Yes, the added slash means that the resource is a directory, whereas the absence of the slash means the resource is a file without an extension.