no this will only redirect things that have no ending
Example of things that will get redirected
http://Example.com/redirected
http://Example.com/redirected/
Example of things that would not get redirected
http://Example.com/file.extention
http://Example.com/folder/file.extention
so basically anything that dose not have a file extension will be redirected
its also kinda a security feature in a way cause now you don't have to worry about any folders that don't have a index in them cause if someone tried to browse a folder and don't add a file extension then they will be redirected and it will say that member dose not exist error or what not
if you are still unclear of how it works just ask and ill try to explain it some more
See Here is a test:
http://stillfallin.com/close.gif << That will show the image
but if you type it wrong like lets say
http://stillfallin.com/close.GIF << That will not show the image and will get redirected and you will see the no member error
To get a Sexier looking error page for when a member dose not exist you can do the following edit.
Search in Phases for:
Code:
This user has not registered and therefore does not have a profile to view.
Edit and replace with:
Code:
<center>This user has not registered and therefore does not have a profile to view. <BR><a href="memberlist.php" style="text-decoration: none;">Click Here</a> to view the Full Members List.</center>