i have ci 1.7.2
and i have taken my application folder outside the system folder.
can anyone provide me the .htaccess code to remove the index.php from url.
previously(upto earlier today) i was using this code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /goshali/index.php/$1 [L]
and it worked fine but now i dont know what i did wrong it says server:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log
can anyone provide me the working htaccess code,
thank you
