Welcome Guest, Not a member yet? Register   Sign In
URI problem
#4

[eluser]Unknown[/eluser]
Thank you very much, for your help so far.

[quote author="hendrawan" date="1263921966"]this is the default config
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
[/quote]
This doesn't work either.

@ Ben Edmunds:
Yes, I do use .htaccess, and mod_rewrite.
My .htacess looks like this (the relevant part of it):

Code:
#<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !^(index\.php|user_guide|assets|robots\.txt|pics\.rdf|opensearch.de\.xml)
    RewriteRule ^(.*)$ /index.php/$1 [L]




Options FollowSymLinks MultiViews


Messages In This Thread
URI problem - by El Forum - 01-18-2010, 10:00 AM
URI problem - by El Forum - 01-18-2010, 11:18 AM
URI problem - by El Forum - 01-19-2010, 05:26 AM
URI problem - by El Forum - 01-20-2010, 06:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB