Removing index.php From URLs for CodeIgniter, WordPress, and Other PHP Frameworks
When working with a PHP framework such as CodeIgniter, and I’ve found this same configuration works for WordPress as well, you can eliminate the need to reference index.php as part of the URL, by utilizing the following .htaccess file entry.
[ Read More ]