Welcome Guest, Not a member yet? Register   Sign In
removing ? from urls
#2

[eluser]instantations[/eluser]
Here's a sample of my working configuration:

.htaccess


Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt|css)
RewriteRule ^(.*)$ index.php/$1 [L]

application/config/config.php (only the lines invovlved shown here)

Code:
$config['index_page'] = "";
$config['url_suffix'] = "";
$config['enable_query_strings'] = FALSE;

I'm still a beginner but this works for me.


Messages In This Thread
removing ? from urls - by El Forum - 10-15-2007, 05:10 AM
removing ? from urls - by El Forum - 10-15-2007, 06:03 AM
removing ? from urls - by El Forum - 10-15-2007, 06:13 AM
removing ? from urls - by El Forum - 10-15-2007, 06:57 AM
removing ? from urls - by El Forum - 10-15-2007, 08:40 AM
removing ? from urls - by El Forum - 10-15-2007, 08:53 AM
removing ? from urls - by El Forum - 10-15-2007, 09:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB