Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact t
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact t
Try the following in .htaccess file as it is in my blog http://thephpcode.com/blog/codeigniter/removed-index_php_url
RewriteEngine On RewriteBase /ci_series/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L]