Welcome Guest, Not a member yet? Register   Sign In
(CLOSED) - App is not working when placed in root folder
#3

[eluser]gryzzly[/eluser]
Ok, it was a .htaccess problem.

I missed the "?" char in the rewrite rule :

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

Thanks for help.


Messages In This Thread
(CLOSED) - App is not working when placed in root folder - by El Forum - 05-07-2009, 06:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB