Welcome Guest, Not a member yet? Register   Sign In
CI 1.6 >> Problem with URI library not picking up first segment
#11

[eluser]Derek Jones[/eluser]
Right, that wouldn't set any GET variables. Your URL would need to be something like:

Code:
http://example.com/index.php?/home

for that code to fire off. Can you copy and paste your .htaccess here?
#12

[eluser]stevepaperjam[/eluser]
Ah. It becomes clear all of a sudden...

Code:
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]


...that'll be that question mark, then. Feel free to beat me to death with a copy of Woman's Weekly.
#13

[eluser]Derek Jones[/eluser]
::looks around for a copy of Woman's Weekly::

::gives up::

Looks like you're safe for now. Wink




Theme © iAndrew 2016 - Forum software by © MyBB