Welcome Guest, Not a member yet? Register   Sign In
Quick question (no really it is)
#5

[eluser]tim1965[/eluser]
I take it back maybe its not going to be so quick.
If i take out the variables and add the values directly
as below
Quote:http://localhost/ci/property_management/...ZJq.jpg/20
this also is being truncated to
Quote:http://localhost/ci/property_management/...bVQZJq.jpg
So its not my syntax, but something else that is chopping off the id
routes
Code:
$route['default_controller'] = "welcome";
$route['scaffolding_trigger'] = "";

htaccess
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
Anything else i should check

Any ideas ??


Messages In This Thread
Quick question (no really it is) - by El Forum - 09-07-2009, 08:53 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:06 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:31 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:50 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 09:51 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 10:10 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 10:47 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 11:08 AM
Quick question (no really it is) - by El Forum - 09-07-2009, 12:44 PM
Quick question (no really it is) - by El Forum - 09-08-2009, 12:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB