I\'m currently developing a website using CodeIgniter and I recently stumbled upon a routing & .htaccess problem.
Basically, the structure of my simple website (
Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
Live:
#RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
Local:
#RewriteRule .* index.php/$0 [PT,L]