Welcome Guest, Not a member yet? Register   Sign In
$route config
#2

[eluser]nolaeh[/eluser]
problem to solve it was..

add this content in .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|pp|images|public|robots\.txt|css)
RewriteRule ^(.*)$ ./index.php?/$1 [L]

</IfModule>


Messages In This Thread
$route config - by El Forum - 06-23-2011, 12:36 AM
$route config - by El Forum - 06-23-2011, 01:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB