Using htaccess to remove codeigniter index.php in a subdirectory
问题 I'm trying to remove the index.php from my CI urls, but having followed the instructions it doesn't seem to be working. I have a codeigniter installation running in a subdirectory. There is a default controller set in the routes config called main, and another controller called 'create'. The default runs fine, but going to /create returns a 324 error saying No Data Received. My htaccess looks like this: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^system