I am getting this error. I cant\'t run my other pages. just only homepage open with domain name. I am working with free domain and hosting.
When I try to access oth
Try This Code in .htaccess works for me........
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule>