Welcome Guest, Not a member yet? Register   Sign In
Problem removing index.php from url
#3

[eluser]Ram2810[/eluser]
file floder structure

www(public_html)
application
assets
system
index.php
.htaccess

.htacess file
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|javascript|robots\.txt|favicon\.ico|license.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

config.php details

Code:
$config['base_url']    = "http://localhost/lotus_ci";
$config['index_page'] = "index.php";
$config['uri_protocol']    = "AUTO";
$config['url_suffix'] = "";
$config['language']    = "english";
$config['charset'] = "UTF-8";
$config['enable_hooks'] = FALSE;
$config['subclass_prefix'] = 'MY_';
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
$config['enable_query_strings'] = FALSE;
$config['controller_trigger']     = 'c';
$config['function_trigger']     = 'm';
$config['directory_trigger']     = 'd'; // experimental not currently in use
$config['log_threshold'] = 0;
$config['log_path'] = '';

.............
........




i hope you can help me out
thankyou


Messages In This Thread
Problem removing index.php from url - by El Forum - 09-16-2009, 11:24 PM
Problem removing index.php from url - by El Forum - 09-16-2009, 11:32 PM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 01:28 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:33 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:38 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:04 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:08 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:10 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:24 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:02 PM
Problem removing index.php from url - by El Forum - 09-22-2009, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB