Welcome Guest, Not a member yet? Register   Sign In
Removing index.php on CI
#4

[eluser]murali[/eluser]
Hi, Thank you for Ur response. project would be working properly in local host. But .htaccess couldn't working in web...
config:
$config['BASE_URL']= 'http://www.mydomain.com/';
$config['index_page'] = '';
$config[‘uri_protocol’] = ‘REQUEST_URI’;
.htaccess:
RewriteEngine on
RewriteBase /mydomain.com
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|css|images|js|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
when i use index.php in end of base_url ex: $config['BASE_URL']= 'http://www.mydomain.com/index.php'; base_url works properly.. i facing this issues on after host..



Messages In This Thread
Removing index.php on CI - by El Forum - 01-29-2012, 11:01 PM
Removing index.php on CI - by El Forum - 01-29-2012, 11:45 PM
Removing index.php on CI - by El Forum - 01-30-2012, 02:05 AM
Removing index.php on CI - by El Forum - 01-30-2012, 02:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB