hello. I need to help with this. I want to rewrite this rule. http://www.example.com/XBox to http://www.example.com/xbox can someone give me the rewriteRule code for this? xbox is a folder on my appache server, it's not a file.
This doesn't work, it's little better http://www.example.com/XBox/index.php Will go to http://www.example.com/xbox/index.php But http://www.example.com/XBox/ <-- still says page not found. I need it to go to http://www.example.com/xbox/ Thanks. Note: RewriteRule ^XBox/ http://www.example.com/xbox/ [R=301,L] <-- this doesn't work neither.