Page is a not externally linkable
hottrout - 4:56 pm on Nov 4, 2011 (gmt 0)
OK thanks for that. At present my htaccess redirects any request for index.php to the directory with a trailing slash as you have suggested. So,
www.example.com/index.php goes to www.example.com/
and
www.example.com/emulators/index.php goes to www.example.com/emulators/
however if I choose a link that uses a php variable like this
www.example.com/emulators/index.php?folder=Atari
it does not strip out the index.php. Can you suggest why?