I am having problems figuring out mod_rewrite. This is my rewrite rule
RewriteRule ^/myfolder$ myfolder/index.php
This is my link
http://www.mywebsite.com/myfolder
In using this I need it to go to
http://www.mywebsite.com/myfolder/
but instead it is going to
http://mywebsite.com/myfolder/
I am loosing the www. All my other links work fine, its just the ones that deal with index.php file.
Thank You