Welcome Guest, Not a member yet? Register   Sign In
newbe, please help.
#11

[eluser]cahva[/eluser]
Solved before I posted Smile I bet it was the / before the index? Or did you forgot to set the index_page to ""?
#12

[eluser]blackgoo[/eluser]
it was corretc htaccess:
Quote:RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
+
Code:
$config['index_page'] = “”
+ (! main part)
Quote:in some case the default setting for uri_protocol does not work properly. To solve this problem just replace
$config['uri_protocol'] = “AUTO” by $config['uri_protocol'] = “REQUEST_URI” from system/application/config/config.php

material from: http://www.anmsaiful.net/blog/php/remove...x-php.html

Thank you guys for fast replies! I`m in love with the community Smile




Theme © iAndrew 2016 - Forum software by © MyBB