Welcome Guest, Not a member yet? Register   Sign In
set default uri_protocol to PATH_INFO instead of AUTO
#7

[eluser]dippy[/eluser]
How do i make this work with the index.php not in the url?

my .htaccess file:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php\?/$1 [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
    RewriteRule ^(.*)$ /index.php\?/$1 [L]
</IfModule>

every time it shows the home page.


Messages In This Thread
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 03-12-2009, 03:23 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 11-25-2009, 08:43 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 11-25-2009, 10:07 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 11-25-2009, 10:35 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 11-25-2009, 11:26 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 11-26-2009, 04:15 AM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 01-26-2011, 01:32 PM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 02-03-2011, 01:43 PM
set default uri_protocol to PATH_INFO instead of AUTO - by El Forum - 02-05-2011, 03:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB